mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
include: remove static tool linking support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44286
This commit is contained in:
@ -73,12 +73,6 @@ HOST_MAKE_FLAGS =
|
||||
|
||||
HOST_CONFIGURE_CMD = $(BASH) ./configure
|
||||
|
||||
ifneq ($(HOST_OS),Darwin)
|
||||
ifeq ($(CONFIG_BUILD_STATIC_TOOLS),y)
|
||||
HOST_STATIC_LINKING = -static
|
||||
endif
|
||||
endif
|
||||
|
||||
define Host/Configure/Default
|
||||
$(if $(HOST_CONFIGURE_PARALLEL),+)(cd $(HOST_BUILD_DIR)/$(3); \
|
||||
if [ -x configure ]; then \
|
||||
|
Reference in New Issue
Block a user