X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fhost-build.mk;h=b93f70ffd5dcfd57098eec16ca2b44c2c9d43975;hb=254885c18df8e22bc312563a06169062f362c663;hp=ad821f72c41a23e6e35704e07a51ee7818e76cfb;hpb=6a6afbe88917b281b667e970bf442c05312715c5;p=openwrt%2Fsvn-archive%2Farchive.git 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 \