From 971ec0283cd118fff3b7947f5b687446829b6e61 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 6 Feb 2015 00:00:47 +0000 Subject: include: remove static tool linking support Signed-off-by: Jo-Philipp Wich SVN-Revision: 44286 --- include/host-build.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/host-build.mk') diff --git a/include/host-build.mk b/include/host-build.mk index ad821f72c4..b93f70ffd5 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -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 \ -- cgit v1.2.3