Skip to content
Snippets Groups Projects
Commit 299762f1 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

mkimage: link statically

SVN-Revision: 33096
parent 82c39a26
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/host-build.mk ...@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/host-build.mk
define Host/Compile define Host/Compile
rm -f $(HOST_BUILD_DIR)/tools/.depend rm -f $(HOST_BUILD_DIR)/tools/.depend
touch $(HOST_BUILD_DIR)/include/config.h touch $(HOST_BUILD_DIR)/include/config.h
$(MAKE) -C $(HOST_BUILD_DIR) BUILD_DIR= BIN_FILES-y="mkimage" tools $(MAKE) -C $(HOST_BUILD_DIR) BUILD_DIR= BIN_FILES-y="mkimage" HOSTLDFLAGS="-static" tools
endef endef
define Host/Install define Host/Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment