Changeset 25829
- Timestamp:
- 2011-03-02T13:48:04+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/opkg/Makefile
r24679 r25829 47 47 48 48 TARGET_CFLAGS += $(if $(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4),-Wno-array-bounds) 49 TARGET_CFLAGS += -ffunction-sections -fdata-sections 49 50 EXTRA_CFLAGS += $(TARGET_CPPFLAGS) 50 51 … … 60 61 DESTDIR="$(PKG_INSTALL_DIR)" \ 61 62 HOST_CPU="$(PKGARCH)" \ 63 LDFLAGS="-Wl,--gc-sections" \ 62 64 all install 63 65 endef
Note: See TracChangeset
for help on using the changeset viewer.