mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[tools] use HOST_STATIC_LINKING instead of hardcoding -static
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33140 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -17,7 +17,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_LDFLAGS += -static
|
||||
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--disable-ucsim \
|
||||
--enable-packihx \
|
||||
|
||||
Reference in New Issue
Block a user