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

2012-03-14 Thread Paul Brook
From: Stuart Yoder stuart.yo...@freescale.com 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 stuart.yo...@freescale.com 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,

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

2012-03-14 Thread Peter Maydell
2012/3/14 Paul Brook p...@codesourcery.com: From: Stuart Yoder stuart.yo...@freescale.com 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

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 b08...@gmail.com wrote: On Wed, Mar 14, 2012 at 12:17 PM, Peter Maydell peter.mayd...@linaro.org wrote: Agreed. I think looking at the host CPUs we support the only ones that aren't guaranteed either big or little endian are

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 Yoderb08...@gmail.com wrote: On Wed, Mar 14, 2012 at 12:17 PM, Peter Maydell peter.mayd...@linaro.org wrote: Agreed. I think looking at the host CPUs we support the only ones that aren't