mirror of https://github.com/hak5/openwrt-owl.git
mdadm: use -ffunction-sections, -fdata-sections, --gc-sections
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37062owl
parent
84ad1782f9
commit
20df5d86af
|
@ -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 New Issue