diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-16 13:38:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-16 13:38:10 +0000 |
commit | 76374f68fbc07420cd459b0d0fae424895ea4141 (patch) | |
tree | 32c9731d6d44ac7c42974aba4f12065adf8f6aab /extra/Configs/Config.e1 | |
parent | 81744d00c254dd6e5062723ab263b2096d9f122a (diff) |
Fixup selection of endianness, since select does not work on choice
items, we have to declare what endianness cpus are capable of supporting
and work using dependancies.
Diffstat (limited to 'extra/Configs/Config.e1')
-rw-r--r-- | extra/Configs/Config.e1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/Configs/Config.e1 b/extra/Configs/Config.e1 index bd8328d31..762282c38 100644 --- a/extra/Configs/Config.e1 +++ b/extra/Configs/Config.e1 @@ -8,10 +8,13 @@ config HAVE_ELF select ARCH_HAS_NO_MMU select HAVE_NO_SHARED select ARCH_HAS_NO_LDSO - select ARCH_BIG_ENDIAN bool default n +config ARCH_SUPPORTS_BIG_ENDIAN + bool + default y + config TARGET_ARCH default "e1" |