> 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, test whether host compiler is same as target compiler,
> which also works when --cross-prefix is used.

I'd much rather remove this test altogether.  If the cross case doesn't give 
the right answer for all the host systems we care about then we should fix 
that.

Paul

Reply via email to