2007-07-10 18:55:54 +02:00
|
|
|
Index: qemu-0.9.0/configure
|
2007-11-13 21:32:02 +01:00
|
|
|
================================================================================
|
2008-01-18 00:38:52 +01:00
|
|
|
--- qemu-0.9.1/configure
|
|
|
|
+++ qemu-0.9.1/configure
|
|
|
|
@@ -526,7 +526,7 @@
|
2007-07-10 18:55:54 +02:00
|
|
|
if test -z "$target_list" ; then
|
|
|
|
# these targets are portable
|
|
|
|
if [ "$softmmu" = "yes" ] ; then
|
2008-01-18 00:38:52 +01:00
|
|
|
- target_list="i386-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu arm-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu m68k-softmmu sh4-softmmu sh4eb-softmmu cris-softmmu"
|
|
|
|
+ target_list="i386-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu arm-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu m68k-softmmu sh4-softmmu sh4eb-softmmu cris-softmmu z80-softmmu"
|
2007-07-10 18:55:54 +02:00
|
|
|
fi
|
|
|
|
# the following are Linux specific
|
|
|
|
if [ "$linux_user" = "yes" ] ; then
|