Browse Source

Force cris to be little endian. Afaik, there is no big
endian cris architecture.

Eric Andersen 21 years ago
parent
commit
72d527f0b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/Configs/Config.cris

+ 1 - 0
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