diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-05 02:09:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-05 02:09:25 +0000 |
commit | 72d527f0b6e7ba7fd44359ff1268f0c240048732 (patch) | |
tree | 972054a1cdf7320abc2590fc83b22a26cb21e11b | |
parent | 84f5d5e948043704035d9fd4708e898bd3038ba6 (diff) |
Force cris to be little endian. Afaik, there is no big
endian cris architecture.
-rw-r--r-- | extra/Configs/Config.cris | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.cris b/extra/Configs/Config.cris index 94d703ae1..b828198d2 100644 --- a/extra/Configs/Config.cris +++ b/extra/Configs/Config.cris @@ -33,6 +33,7 @@ choice config CONFIG_CRIS select UCLIBC_HAS_MMU select ARCH_HAS_NO_FPU + select ARCH_LITTLE_ENDIAN bool "CRIS" endchoice |