summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 14:04:57 +0000
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 14:04:57 +0000
commit36bc0bc9d7cf1df5335cb633306f0eea2c231cb0 (patch)
tree2ba739cbca1e4060194cc072b43da38829e46bee /configure
parentd9bce9d99f4656ae0b0127f7472db9067b8f84ab (diff)
downloadqemu-36bc0bc9d7cf1df5335cb633306f0eea2c231cb0.tar.gz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6415ebfd0a..af4c29bc11 100755
--- a/configure
+++ b/configure
@@ -412,7 +412,7 @@ fi
if test -z "$target_list" ; then
# these targets are portable
if [ "$softmmu" = "yes" ] ; then
- target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu"
+ target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu ppc64-softmmu"
fi
# the following are Linux specific
if [ "$linux_user" = "yes" ] ; then