mdadm: use -ffunction-sections, -fdata-sections, --gc-sections

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37062 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2013-06-28 11:26:40 +00:00
parent 74e55be83a
commit c013012dcb
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ define Package/mdadm/description
A tool for managing Linux Software RAID arrays.
endef
TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \