Author: nbd Date: 2014-09-30 23:36:33 +0200 (Tue, 30 Sep 2014) New Revision: 42707
Modified: trunk/package/devel/binutils/Makefile Log: binutils: fix build with gcc 4.9 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/devel/binutils/Makefile =================================================================== --- trunk/package/devel/binutils/Makefile 2014-09-30 21:36:28 UTC (rev 42706) +++ trunk/package/devel/binutils/Makefile 2014-09-30 21:36:33 UTC (rev 42707) @@ -45,7 +45,7 @@ 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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
