diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 15:24:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 15:24:11 +0100 |
commit | a65637cc30455841909b2676599589b702bd654e (patch) | |
tree | 61b030212baa97f643d65583aa7902dc4e25cdb4 /extra | |
parent | 382f51ae1cafb977d7a17b9aee62e098396886f3 (diff) |
Xtensa is biendian, allow to choose between the modes.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.xtensa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.xtensa b/extra/Configs/Config.xtensa index 5448e5155..3ee8817ba 100644 --- a/extra/Configs/Config.xtensa +++ b/extra/Configs/Config.xtensa @@ -11,3 +11,4 @@ config FORCE_OPTIONS_FOR_ARCH bool default y select ARCH_HAS_DEPRECATED_SYSCALLS + select ARCH_ANY_ENDIAN |