include: remove static tool linking support
[openwrt/svn-archive/archive.git] / include / host-build.mk
index ad821f72c41a23e6e35704e07a51ee7818e76cfb..b93f70ffd5dcfd57098eec16ca2b44c2c9d43975 100644 (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 \