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
[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
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.
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
> 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