summaryrefslogtreecommitdiff
path: root/tools/mkimage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-12 13:27:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-12 13:27:49 +0000
commit7304953292a00d8e6d00ab19259294ebcb95dd80 (patch)
tree9e969d1867f72ddb4ce335e505a0f1ea3fc5c649 /tools/mkimage
parent70aaa116eb0b340e44f75e94e2159d41d8b2ecde (diff)
downloadmtk-20170518-7304953292a00d8e6d00ab19259294ebcb95dd80.zip
mtk-20170518-7304953292a00d8e6d00ab19259294ebcb95dd80.tar.gz
mtk-20170518-7304953292a00d8e6d00ab19259294ebcb95dd80.tar.bz2
convert remaining tools to $(HOST_STATIC_LINKING) (#12012)
SVN-Revision: 33148
Diffstat (limited to 'tools/mkimage')
-rw-r--r--tools/mkimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index e26d6b7..373d9be 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
rm -f $(HOST_BUILD_DIR)/tools/.depend
touch $(HOST_BUILD_DIR)/include/config.h
- $(MAKE) -C $(HOST_BUILD_DIR) BUILD_DIR= BIN_FILES-y="mkimage" HOSTLDFLAGS="-static" tools
+ $(MAKE) -C $(HOST_BUILD_DIR) BUILD_DIR= BIN_FILES-y="mkimage" HOSTLDFLAGS="$(HOST_STATIC_LINKING)" tools
endef
define Host/Install