Browse Source

mtools: link statically

SVN-Revision: 33099
Jo-Philipp Wich 13 years ago
parent
commit
5dfdbd0066
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/mtools/Makefile

+ 2 - 0
tools/mtools/Makefile

@@ -16,6 +16,8 @@ PKG_CAT:=zcat
 
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/host-build.mk
 
 
+HOST_LDFLAGS += -static
+
 define Host/Compile
 define Host/Compile
 	$(MAKE) -C $(HOST_BUILD_DIR) mcopy
 	$(MAKE) -C $(HOST_BUILD_DIR) mcopy
 endef
 endef