diff options
Diffstat (limited to 'tools/mtools/Makefile')
-rw-r--r-- | tools/mtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index 36f6adc86b..8d227c1477 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -16,7 +16,7 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/host-build.mk -HOST_LDFLAGS += -static +HOST_LDFLAGS += $(HOST_STATIC_LINKING) define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) mcopy |