From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMPlo-00061f-Uu for qemu-devel@nongnu.org; Thu, 02 Jul 2009 13:08:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMPlk-0005tS-Mp for qemu-devel@nongnu.org; Thu, 02 Jul 2009 13:08:24 -0400 Received: from [199.232.76.173] (port=43598 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMPlk-0005t2-Gl for qemu-devel@nongnu.org; Thu, 02 Jul 2009 13:08:20 -0400 Received: from mx2.redhat.com ([66.187.237.31]:33958) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMPlk-00076o-00 for qemu-devel@nongnu.org; Thu, 02 Jul 2009 13:08:20 -0400 In-Reply-To: <200907021724.19681.Christoph.Egger@amd.com> (Christoph Egger's message of "Thu\, 2 Jul 2009 17\:24\:19 +0200") References: <9ff404766d8d5b7411bb7f154646c98d51c573a1.1246545655.git.quintela@redhat.com> <200907021724.19681.Christoph.Egger@amd.com> From: Juan Quintela Date: Thu, 02 Jul 2009 19:06:34 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 11/19] configure xen in a single place List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Egger Cc: qemu-devel@nongnu.org Christoph Egger wrote: > > If 'target_cpu' is set by 'uname -m' then this has to be > > + i386|x86_64|amd64) > > or you will break *BSD, otherwise. configure has this bit previously. case "$cpu" in i386|i486|i586|i686|i86pc|BePC) cpu="i386" ;; x86_64|amd64) cpu="x86_64" Later, Juan.