aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-09-05 11:56:54 -0700
committerGitHub <noreply@github.com>2017-09-05 11:56:54 -0700
commit42cb9694fb772ade45aa72f6bce946be053e51df (patch)
treedb736231156b62cb031d32e6483d943d5027647f
parent67d16f7887067469667c96c5d195810ed4ba7683 (diff)
parent3b62fd4083423f9bc5c50a4d2c98da631d607b93 (diff)
downloadcrosstool-ng-42cb9694fb772ade45aa72f6bce946be053e51df.tar.gz
crosstool-ng-42cb9694fb772ade45aa72f6bce946be053e51df.tar.bz2
crosstool-ng-42cb9694fb772ade45aa72f6bce946be053e51df.zip
Merge pull request #827 from stilor/endianness-selectable
Doh, forgot one place to rename the BOTH_ENDIAN option
-rw-r--r--config/target.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/target.in b/config/target.in
index d3b5f083..677c67e3 100644
--- a/config/target.in
+++ b/config/target.in
@@ -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