tools: remove static linking support
[openwrt/staging/wigyori.git] / tools / mtools / Makefile
index 3bbc1a41a7a8c28e6f574596cfb59066061dc185..674c8dd2cccfe3afa90b566aacd0357576c63372 100644 (file)
@@ -21,8 +21,6 @@ include $(INCLUDE_DIR)/host-build.mk
 HOST_CONFIGURE_VARS += \
        ac_cv_header_iconv_h=no
 
-HOST_LDFLAGS += $(HOST_STATIC_LINKING)
-
 define Host/Compile
        $(MAKE) -C $(HOST_BUILD_DIR) mcopy
 endef