aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-07-18 13:21:28 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:19 -0400
commitc3a0ee847a571095fa3c81c4c5352f85f42d9fb6 (patch)
treec27e3f14376333a59cc7f25e945249b8136f3784 /configure
parent897b5afae57bbfa2af928a8c381465209d178e5b (diff)
downloadqemu-c3a0ee847a571095fa3c81c4c5352f85f42d9fb6.zip
qemu-c3a0ee847a571095fa3c81c4c5352f85f42d9fb6.tar.gz
qemu-c3a0ee847a571095fa3c81c4c5352f85f42d9fb6.tar.bz2
configure, Makefile; remove TOOLS and HELPERS-y variable
Everything involving tools is now done by meson. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 97cdd48..a8f7c91 100755
--- a/configure
+++ b/configure
@@ -6716,12 +6716,6 @@ if [ "$eventfd" = "yes" ]; then
ivshmem=yes
fi
-tools=""
-if test "$want_tools" = "yes" ; then
- if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
- tools="qemu-storage-daemon\$(EXESUF) $tools"
- fi
-fi
if test "$softmmu" = yes ; then
if test "$linux" = yes; then
if test "$virtfs" != no && test "$cap_ng" = yes && test "$attr" = yes ; then
@@ -7817,7 +7811,6 @@ else
QEMU_INCLUDES="-iquote ${source_path}/tcg/${ARCH} $QEMU_INCLUDES"
fi
-echo "TOOLS=$tools" >> $config_host_mak
echo "ROMS=$roms" >> $config_host_mak
echo "MAKE=$make" >> $config_host_mak
echo "INSTALL=$install" >> $config_host_mak