Browse Source

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

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37062
Felix Fietkau 12 years ago
parent
commit
20df5d86af
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/utils/mdadm/Makefile

+ 3 - 0
package/utils/mdadm/Makefile

@@ -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)" \