diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-10 19:26:42 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-10 19:26:42 +0000 |
commit | ae7827e4693ae4fadb84a6e36f7222aab3612dbd (patch) | |
tree | cf5dd1d5265de098e80edf1b4087eb772372c97f /tools | |
parent | 836be4ed32be8dcbf964a5a20424caa915d5d3c2 (diff) |
[tools] mtools: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33099 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mtools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index 994ca8d0d..36f6adc86 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -16,6 +16,8 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/host-build.mk +HOST_LDFLAGS += -static + define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) mcopy endef |