projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7939f5
)
opkg: remove obsolete gcc version check
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Nov 2015 21:10:57 +0000
(21:10 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Nov 2015 21:10:57 +0000
(21:10 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47444
package/system/opkg/Makefile
patch
|
blob
|
history
diff --git
a/package/system/opkg/Makefile
b/package/system/opkg/Makefile
index cb8fb740118b43e847d670c898c2eaf96e08c90c..a65c33a07812d5b566af855e612301327cb83ff1 100644
(file)
--- 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)