From: nbd Date: Tue, 30 Sep 2014 21:36:33 +0000 (+0000) Subject: binutils: fix build with gcc 4.9 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=050f24f8637ea99e9d22a712fb7b463d895ff21e;hp=067ea3227e848f7f297b3f6d833cd6b03df4e63b binutils: fix build with gcc 4.9 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42707 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile index e8d45d2d8b..381014e9d9 100644 --- a/package/devel/binutils/Makefile +++ b/package/devel/binutils/Makefile @@ -45,7 +45,7 @@ define Package/binutils/description The Binutils package contains a linker, an assembler, and other tools for handling object files endef -TARGET_CFLAGS += $(FPIC) +TARGET_CFLAGS += $(FPIC) -Wno-unused-value CONFIGURE_ARGS += \ --enable-shared \