14 lines
795 B
Diff
14 lines
795 B
Diff
Index: qemu-0.9.0/configure
|
|
================================================================================
|
|
--- qemu/configure
|
|
+++ qemu/configure
|
|
@@ -506,7 +506,7 @@
|
|
if test -z "$target_list" ; then
|
|
# these targets are portable
|
|
if [ "$softmmu" = "yes" ] ; then
|
|
- 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 cris-softmmu z80-softmmu"
|
|
+ target_list="i386-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu arm-softmmu ppc-softmmu ppc64-softmmu m68k-softmmu sh4-softmmu cris-softmmu z80-softmmu"
|
|
fi
|
|
# the following are Linux specific
|
|
if [ "$linux_user" = "yes" ] ; then
|