From patchwork Fri Jan 4 13:55:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [3/6] Remove --sparc_cpu option from the configure list Date: Fri, 04 Jan 2013 03:55:47 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 209463 Message-Id: <1357307750-1966-4-git-send-email-stefanha@redhat.com> To: Cc: Anthony Liguori , Stefan Hajnoczi , =?UTF-8?q?=E9=99=B3=E9=9F=8B=E4=BB=BB=20=28Wei-Ren=20Chen=29?= From: 陳韋任 (Wei-Ren Chen) 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 Signed-off-by: Stefan Hajnoczi --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 9538041..db11e51 100755 --- 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"