mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Merge pull request #827 from stilor/endianness-selectable
Doh, forgot one place to rename the BOTH_ENDIAN option
This commit is contained in:
commit
42cb9694fb
@ -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…
x
Reference in New Issue
Block a user