opkg: use -ffunction-sections, -fdata-sections and --gc-sections
SVN-Revision: 25829
This commit is contained in:
parent
575a35c58d
commit
8c0df5f96c
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ define Package/opkg/conffiles
|
|||
endef
|
||||
|
||||
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)
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
@ -59,6 +60,7 @@ define Build/Compile
|
|||
CC="$(TARGET_CC)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
HOST_CPU="$(PKGARCH)" \
|
||||
LDFLAGS="-Wl,--gc-sections" \
|
||||
all install
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue