mtools: link statically

SVN-Revision: 33099
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:26:42 +00:00
parent 614351940e
commit 5dfdbd0066

View file

@ -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