Commit 36bc0bc9d7cf1df5335cb633306f0eea2c231cb0

Authored by j_mayer
1 parent d9bce9d9

Add PowerPC 64 target for tests.

As no PowerPC 64 CPU is implemented, this target can just be used to check that
there is no difference between PowerPC 32 & PowerPC 64 used in 32 bits mode.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2483 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -412,7 +412,7 @@ fi
412 412 if test -z "$target_list" ; then
413 413 # these targets are portable
414 414 if [ "$softmmu" = "yes" ] ; then
415   - target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu"
  415 + target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu ppc64-softmmu"
416 416 fi
417 417 # the following are Linux specific
418 418 if [ "$linux_user" = "yes" ] ; then
... ...