OSDN Git Service

Force cris to be little endian. Afaik, there is no big
authorEric Andersen <andersen@codepoet.org>
Wed, 5 Nov 2003 02:09:25 +0000 (02:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 5 Nov 2003 02:09:25 +0000 (02:09 -0000)
endian cris architecture.

extra/Configs/Config.cris

index 94d703a..b828198 100644 (file)
@@ -33,6 +33,7 @@ choice
 config CONFIG_CRIS
        select UCLIBC_HAS_MMU
        select ARCH_HAS_NO_FPU
+       select ARCH_LITTLE_ENDIAN
        bool "CRIS"
 
 endchoice