]> Git Repo - qemu.git/blobdiff - configure
Fix >4G physical memory dump for Sparc32
[qemu.git] / configure
index 7b8ac31dcb1963121ec7c0856d8155bab2b81267..6288ac06c9977f104fc2e286732f67de1985bf98 100755 (executable)
--- a/configure
+++ b/configure
@@ -910,6 +910,12 @@ fi
 
 echo "#define CONFIG_UNAME_RELEASE \"$uname_release\"" >> $config_h
 
+tools=
+if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
+  tools="qemu-img\$(EXESUF) $tools"
+fi
+echo "TOOLS=$tools" >> $config_mak
+
 test -f ${config_h}~ && cmp -s $config_h ${config_h}~ && mv ${config_h}~ $config_h
 
 for target in $target_list; do
This page took 0.02313 seconds and 4 git commands to generate.