mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
ARM defaults to LE, MIPS to BE. Reflect this in the target configuration options.
This commit is contained in:
parent
49a3aa15cd
commit
c77336fb3d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user