summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-06 00:00:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-06 00:00:47 +0000
commit971ec0283cd118fff3b7947f5b687446829b6e61 (patch)
tree1d7dacbe67c23169b2866caf251d19a103203c09 /include/host-build.mk
parentf7e56763e12bdff2261929bbcb691e770341d043 (diff)
downloadmaster-31e0f0ae-971ec0283cd118fff3b7947f5b687446829b6e61.tar.gz
master-31e0f0ae-971ec0283cd118fff3b7947f5b687446829b6e61.tar.bz2
master-31e0f0ae-971ec0283cd118fff3b7947f5b687446829b6e61.zip
include: remove static tool linking support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44286
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk6
1 files changed, 0 insertions, 6 deletions
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 \