From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NM1rk-0003TZ-8q for qemu-devel@nongnu.org; Sat, 19 Dec 2009 11:09:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NM1rh-0003Sf-RE for qemu-devel@nongnu.org; Sat, 19 Dec 2009 11:09:10 -0500 Received: from [199.232.76.173] (port=37306 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NM1rh-0003SW-I1 for qemu-devel@nongnu.org; Sat, 19 Dec 2009 11:09:09 -0500 Received: from are.twiddle.net ([75.149.56.221]:52293) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NM1rh-0001S0-5M for qemu-devel@nongnu.org; Sat, 19 Dec 2009 11:09:09 -0500 Message-ID: <4B2CFAA1.1080104@twiddle.net> Date: Sat, 19 Dec 2009 08:09:05 -0800 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: tcg conditional set/move, round 3 References: <761ea48b0912170620l534dcb02m8ea6b59524d76dbe@mail.gmail.com> <761ea48b0912180337k627350b7ma7ab54cd248815eb@mail.gmail.com> <4B2BF650.80902@twiddle.net> <761ea48b0912190340u13ae5f3cib628bc283b3286d1@mail.gmail.com> In-Reply-To: <761ea48b0912190340u13ae5f3cib628bc283b3286d1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: qemu-devel@nongnu.org On 12/19/2009 03:40 AM, Laurent Desnogues wrote: > BTW for compiling to 32-bit on a 64-bit x86, the configure > script is broken as it checks gcc before having set -m32, > so passing -march=i686 will make it fail (in the end it means > I could not convince QEMU to use cmov :-). One of my servers has a 32-bit install. I got tired of remembering the moderately long command-line required to configure GCC for a 32-bit build on a 64-bit host. :-) r~