include: remove static tool linking support

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44286
This commit is contained in:
Jo-Philipp Wich
2015-02-06 00:00:47 +00:00
parent f7e56763e1
commit 971ec0283c
2 changed files with 0 additions and 24 deletions

View File

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