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.i960 | |
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.i960')
-rw-r--r-- | extra/Configs/Config.i960 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.i960 b/extra/Configs/Config.i960 index c1b1f21c3..19171c590 100644 --- a/extra/Configs/Config.i960 +++ b/extra/Configs/Config.i960 @@ -14,6 +14,10 @@ config HAVE_ELF select HAS_NO_THREADS default n +config ARCH_SUPPORTS_LITTLE_ENDIAN + bool + default y + config ARCH_CFLAGS string default "-mh -mint32 -fsigned-char" |