diff options
-rw-r--r-- | package/system/opkg/Makefile | 1 |
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) |