diff options
Diffstat (limited to 'tools/qemu/Makefile')
-rw-r--r-- | tools/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 92f0304ea8..45d42d4883 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -17,7 +17,7 @@ PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640 include $(INCLUDE_DIR)/host-build.mk HOST_CFLAGS += -I$(STAGING_DIR_HOST)/include/e2fsprogs -HOST_LDFLAGS += -static +HOST_LDFLAGS += $(HOST_STATIC_LINKING) define Host/Configure (cd $(HOST_BUILD_DIR); \ |