aboutsummaryrefslogtreecommitdiff
path: root/config/target.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-07 14:48:08 -0800
committerAlexey Neyman <stilor@att.net>2018-12-07 14:48:08 -0800
commit854b18b2ac7738bff38010cc35af700cd64af9b6 (patch)
tree6413687ec8dfd2ef95f92e2b0ad2fbf382a6df59 /config/target.in
parent8bee41d7344df7f91c9812411fff4c89e6ddd5db (diff)
downloadcrosstool-ng-854b18b2ac7738bff38010cc35af700cd64af9b6.tar.gz
crosstool-ng-854b18b2ac7738bff38010cc35af700cd64af9b6.tar.bz2
crosstool-ng-854b18b2ac7738bff38010cc35af700cd64af9b6.zip
Disallow selection of "both endianness"
... if the architecture only supports single endianness selection. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/target.in')
-rw-r--r--config/target.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index 34d93695..c0054f21 100644
--- a/config/target.in
+++ b/config/target.in
@@ -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