Remove --sparc_cpu option from the configure list
author陳韋任 (Wei-Ren Chen) <chenwj@iis.sinica.edu.tw>
Thu, 20 Dec 2012 08:41:34 +0000 (16:41 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 4 Jan 2013 13:38:04 +0000 (14:38 +0100)
  commit 9b9c37c36439ee0452632253dac7a31897f27f70 always assume sparcv9,
the others are no longer supported. Remove --sparc_cpu option from the
configure list.

Signed-off-by: Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
configure

index 9538041d05489a2c4f8e11f5589f630eb4948f06..db11e511f0a1a864a0d3884d598a4719d7ad7ecd 100755 (executable)
--- a/configure
+++ b/configure
@@ -1096,7 +1096,6 @@ echo "  --fmod-inc               path to FMOD includes"
 echo "  --oss-lib                path to OSS library"
 echo "  --enable-uname-release=R Return R for uname -r in usermode emulation"
 echo "  --cpu=CPU                Build for host CPU [$cpu]"
-echo "  --sparc_cpu=V            Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
 echo "  --disable-uuid           disable uuid support"
 echo "  --enable-uuid            enable uuid support"
 echo "  --disable-vde            disable support for vde network"