ARM defaults to LE, MIPS to BE. Reflect this in the target configuration options.

This commit is contained in:
Yann E. MORIN" 2007-09-06 14:00:28 +00:00
parent 49a3aa15cd
commit c77336fb3d

View File

@ -20,13 +20,13 @@ config ARCH_ARM
bool
prompt "arm"
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_BE
select ARCH_DEFAULT_LE
config ARCH_MIPS
bool
prompt "mips"
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE
select ARCH_DEFAULT_BE
config ARCH_x86
bool