diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-06 00:00:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-06 00:00:47 +0000 |
commit | 875eefa24cea3fbe408fa1bd3e8bf1fce8b9bc08 (patch) | |
tree | 784b4190bba97f7d39ef15d82d80500c0df638cc /include/host-build.mk | |
parent | 57364b8623fd989fa50c50b22260af25c9eaceae (diff) | |
download | upstream-875eefa24cea3fbe408fa1bd3e8bf1fce8b9bc08.tar.gz upstream-875eefa24cea3fbe408fa1bd3e8bf1fce8b9bc08.tar.bz2 upstream-875eefa24cea3fbe408fa1bd3e8bf1fce8b9bc08.zip |
include: remove static tool linking support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 6 |
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 \ |