mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Doh, forgot one place to rename the BOTH_ENDIAN option
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
67d16f7887
commit
3b62fd4083
@ -121,7 +121,7 @@ config ARCH_DEFAULT_LE_BE
|
||||
choice
|
||||
bool
|
||||
prompt "Endianness:"
|
||||
depends on ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
depends on ARCH_SUPPORTS_EITHER_ENDIAN
|
||||
default ARCH_BE if ARCH_DEFAULT_BE
|
||||
default ARCH_LE if ARCH_DEFAULT_LE
|
||||
default ARCH_BE_LE if ARCH_DEFAULT_BE_LE
|
||||
|
Loading…
Reference in New Issue
Block a user