Re: [Qemu-devel] [PATCH] configure: change endian cross compilation test

2012-03-14 Thread Stefan Weil
Am 14.03.2012 19:09, schrieb Peter Maydell: [added qemu-devel back again] On 14 March 2012 17:51, Stuart Yoder wrote: On Wed, Mar 14, 2012 at 12:17 PM, Peter Maydell wrote: Agreed. I think looking at the host CPUs we support the only ones that aren't guaranteed either big or little endian a

Re: [Qemu-devel] [PATCH] configure: change endian cross compilation test

2012-03-14 Thread Peter Maydell
[added qemu-devel back again] On 14 March 2012 17:51, Stuart Yoder wrote: > On Wed, Mar 14, 2012 at 12:17 PM, Peter Maydell > wrote: >> Agreed. I think looking at the host CPUs we support the only ones >> that aren't guaranteed either big or little endian are (a) mips >> and (b) ARM. ARM already

Re: [Qemu-devel] [PATCH] configure: change endian cross compilation test

2012-03-14 Thread Peter Maydell
2012/3/14 Paul Brook : >> From: Stuart Yoder >> >> Previous check in configure's endian test was to determine if >> this is a cross-compile build by testing whether --cross-prefix >> was used.  This does not work for cross build environments >> like Yocto that may set CC instead of --cross-prefix.

[Qemu-devel] [PATCH] configure: change endian cross compilation test

2012-03-14 Thread Stuart Yoder
From: Stuart Yoder Previous check in configure's endian test was to determine if this is a cross-compile build by testing whether --cross-prefix was used. This does not work for cross build environments like Yocto that may set CC instead of --cross-prefix. Instead, test whether host compiler is

Re: [Qemu-devel] [PATCH] configure: change endian cross compilation test

2012-03-14 Thread Paul Brook
> From: Stuart Yoder > > Previous check in configure's endian test was to determine if > this is a cross-compile build by testing whether --cross-prefix > was used. This does not work for cross build environments > like Yocto that may set CC instead of --cross-prefix. > > Instead, test whether