diff options
author | 陳韋任 (Wei-Ren Chen) <chenwj@iis.sinica.edu.tw> | 2012-12-20 16:41:34 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-01-04 14:38:04 +0100 |
commit | c242222c978d2c09411f2560915708c364ca2ce9 (patch) | |
tree | 9861a6edddf85f4c8d3394c39b0c23afa524d070 | |
parent | e2af7a4dc8d218c5fb5b41dd1d008fa111d0636e (diff) | |
download | qemu-c242222c978d2c09411f2560915708c364ca2ce9.zip qemu-c242222c978d2c09411f2560915708c364ca2ce9.tar.gz qemu-c242222c978d2c09411f2560915708c364ca2ce9.tar.bz2 |
Remove --sparc_cpu option from the configure list
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>
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |