
10 Aug
2005
10 Aug
'05
9:43 a.m.
Hi
How can we determine that?
Why do we have to? The only one who needs this type of information is the toolchain, and it knows.
Correct. :-)
So, if (for example) if you would like to build the LE version: # CROSS_COMPILE=mipsel-linux-gcc make dbau1200_config # make
and BE: # CROSS_COMPILE=mips-linux-gcc make dbau1200_config # make
But, this way you need two toolchains :-(
How about if you would specify the endianness when you do a config. Like: # CROSS_COMPILE=mipsel-linux-gcc ENDIANNESS=LE make dbau1200_config # make
Comments?
BR, Matej