Author: nbd Date: 2015-11-10 22:10:57 +0100 (Tue, 10 Nov 2015) New Revision: 47444
Modified: trunk/package/system/opkg/Makefile Log: opkg: remove obsolete gcc version check Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/opkg/Makefile =================================================================== --- trunk/package/system/opkg/Makefile 2015-11-10 21:10:53 UTC (rev 47443) +++ trunk/package/system/opkg/Makefile 2015-11-10 21:10:57 UTC (rev 47444) @@ -85,7 +85,6 @@ Package/opkg-smime/conffiles = $(Package/opkg/conffiles) -TARGET_CFLAGS += $(if $(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4),-Wno-array-bounds) TARGET_CFLAGS += -ffunction-sections -fdata-sections EXTRA_CFLAGS += $(TARGET_CPPFLAGS) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
