tools: remove static linking support
[15.05/openwrt.git] / tools / mkimage / Makefile
index 2de13ab..a65eedf 100644 (file)
@@ -32,9 +32,7 @@ endef
 
 define Host/Compile
        $(MAKE) -C $(HOST_BUILD_DIR) defconfig
-       $(MAKE) -C $(HOST_BUILD_DIR) \
-               HOSTLDFLAGS="$(HOST_STATIC_LINKING)" \
-               tools-only
+       $(MAKE) -C $(HOST_BUILD_DIR) tools-only
 endef
 
 define Host/Install