mdadm: use -ffunction-sections, -fdata-sections, --gc-sections
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37062
This commit is contained in:
parent
84ad1782f9
commit
20df5d86af
1 changed files with 3 additions and 0 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue