From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36204 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5vop-0007Em-8R for qemu-devel@nongnu.org; Wed, 13 Oct 2010 03:32:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5voo-0001TQ-DQ for qemu-devel@nongnu.org; Wed, 13 Oct 2010 03:32:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5voo-0001TE-6e for qemu-devel@nongnu.org; Wed, 13 Oct 2010 03:32:10 -0400 Message-ID: <4CB56075.8030603@redhat.com> Date: Wed, 13 Oct 2010 09:32:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 36/39] add autoconfy --with-arch= option, compatible with --sparc-cpu References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> <1286888457-5033-37-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On 10/12/2010 09:47 PM, Blue Swirl wrote: >> > + arm*|i386|x86_64|mips*|hppa*|s390|s390x) >> > + test -n "$with_arch"&& QEMU_CFLAGS="-march=${with_arch} $QEMU_CFLAGS" >> > + ;; >> > + >> > + sparc|sparc64) >> > + test "$with_arch" = v8plusa&& with_arch=v8plus > > Why? Nevermind, I didn't really understand the old code. I'll fix now. Paolo