mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
Disallow selection of "both endianness"
... if the architecture only supports single endianness selection. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
8bee41d734
commit
854b18b2ac
@ -142,10 +142,12 @@ config ARCH_LE
|
||||
config ARCH_BE_LE
|
||||
bool
|
||||
prompt "Both, default big endian"
|
||||
depends on ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
|
||||
config ARCH_LE_BE
|
||||
bool
|
||||
prompt "Both, default little endian"
|
||||
depends on ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
|
||||
endchoice
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user