From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote Date: Thu, 31 Jul 2008 16:34:58 +0100 Message-ID: <20080731153458.GS4678@implementation.uk.xensource.com> References: <18577.55125.163478.822929@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <18577.55125.163478.822929@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-ia64-devel-bounces@lists.xensource.com Errors-To: xen-ia64-devel-bounces@lists.xensource.com To: Ian Jackson Cc: Aron Griffis , xen-devel@lists.xensource.com, xen-ia64-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Ian Jackson, le Thu 31 Jul 2008 16:16:37 +0100, a =E9crit : > Aron Griffis writes ("[Xen-devel] [PATCH 2 of 2] cross-build fixes in i= oemu-remote"): > > Partly fix cross-building in ioemu-remote: > >=20 > > - The ioemu version of cc-option doesn't take $(CC) as the first > > argument, so all builds were getting -msse2 regardless of > > architecture. >=20 > I'll commit this in just a moment. Mmm, actually I think we don't need that sse2 option any more: thanks to dirty bit tracking, the sse2-optimized memcmp loop is gone. At least -DUSE_SSE2 is not used anywhere. Samuel