aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-10 21:10:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-10 21:10:57 +0000
commit9a9e98416dfdc73d6febac078d21d2b00c371f9d (patch)
tree0f67c47c116bc755a43b7cc8ff1ddd0f884b6282 /package/system/opkg/Makefile
parent4145445ff6b0d5e2367472d919d274bf61cb1253 (diff)
downloadmaster-187ad058-9a9e98416dfdc73d6febac078d21d2b00c371f9d.tar.gz
master-187ad058-9a9e98416dfdc73d6febac078d21d2b00c371f9d.tar.bz2
master-187ad058-9a9e98416dfdc73d6febac078d21d2b00c371f9d.zip
opkg: remove obsolete gcc version check
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47444 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r--package/system/opkg/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index cb8fb74011..a65c33a078 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -85,7 +85,6 @@ endef
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)