summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorViktor Prutyanov2018-12-20 02:24:41 +0100
committerPaolo Bonzini2019-02-05 16:50:18 +0100
commit1b9d35f33c85e63377b02eba276dd1bb102247f9 (patch)
tree7c2531ecfc9ed56626e05b24912130bf8b8a0039 /Makefile
parentcontrib/elf2dmp: fix printf format (diff)
downloadqemu-1b9d35f33c85e63377b02eba276dd1bb102247f9.tar.gz
qemu-1b9d35f33c85e63377b02eba276dd1bb102247f9.tar.xz
qemu-1b9d35f33c85e63377b02eba276dd1bb102247f9.zip
configure: enable elf2dmp build for Windows hosts
After this patch contrib/elf2dmp can be built for Windows x86 and x86_64 hosts by mingw. Signed-off-by: Viktor Prutyanov <viktor.prutyanov@phystech.edu> Message-Id: <20181220012441.13694-7-viktor.prutyanov@phystech.edu> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 76f6ab4b7e..3658310b95 100644
--- a/Makefile
+++ b/Makefile
@@ -570,8 +570,8 @@ ifneq ($(EXESUF),)
qemu-ga: qemu-ga$(EXESUF) $(QGA_VSS_PROVIDER) $(QEMU_GA_MSI)
endif
-elf2dmp: LIBS = $(CURL_LIBS)
-elf2dmp: $(elf2dmp-obj-y)
+elf2dmp$(EXESUF): LIBS += $(CURL_LIBS)
+elf2dmp$(EXESUF): $(elf2dmp-obj-y)
$(call LINK, $^)
ifdef CONFIG_IVSHMEM