OSDN Git Service

Fixup selection of endianness, since select does not work on choice
[uclinux-h8/uClibc.git] / extra / Configs / Config.cris
index d738489..716f468 100644 (file)
@@ -19,6 +19,9 @@ config ARCH_LDFLAGS
 config LIBGCC_CFLAGS
        string
 
+config ARCH_SUPPORTS_LITTLE_ENDIAN
+       bool
+       default y
 
 choice
        prompt "Target Architecture Type"
@@ -32,7 +35,6 @@ choice
 
 config CONFIG_CRIS
        select UCLIBC_HAS_MMU
-       select ARCH_LITTLE_ENDIAN
        bool "CRIS"
 
 endchoice