OSDN Git Service

Fixup selection of endianness, since select does not work on choice
[uclinux-h8/uClibc.git] / extra / Configs / Config.sh
index 56ab4ed..79a2ee4 100644 (file)
@@ -24,8 +24,12 @@ config HAVE_DOT_HIDDEN
         bool
        default y
 
-config UCLIBC_COMPLETELY_PIC
-        bool
+config ARCH_SUPPORTS_BIG_ENDIAN
+       bool
+       default y
+
+config ARCH_SUPPORTS_LITTLE_ENDIAN
+       bool
        default y
 
 choice