mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
config: introduce endianness as a string
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
74d555b2c3
commit
2df9653787
@ -91,6 +91,12 @@ config ARCH_LE
|
||||
|
||||
endchoice
|
||||
|
||||
config ARCH_ENDIAN
|
||||
string
|
||||
depends on ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
default "big" if ARCH_BE
|
||||
default "little" if ARCH_LE
|
||||
|
||||
#--------------------------------------
|
||||
config ARCH_SUPPORTS_32
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user