diff options
author | Alexey Neyman <stilor@att.net> | 2017-09-05 11:55:47 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-09-05 11:55:47 -0700 |
commit | 3b62fd4083423f9bc5c50a4d2c98da631d607b93 (patch) | |
tree | db736231156b62cb031d32e6483d943d5027647f /config/target.in | |
parent | 67d16f7887067469667c96c5d195810ed4ba7683 (diff) | |
download | crosstool-ng-3b62fd4083423f9bc5c50a4d2c98da631d607b93.tar.gz crosstool-ng-3b62fd4083423f9bc5c50a4d2c98da631d607b93.tar.bz2 crosstool-ng-3b62fd4083423f9bc5c50a4d2c98da631d607b93.zip |
Doh, forgot one place to rename the BOTH_ENDIAN option
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 2 |
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 |