From 76374f68fbc07420cd459b0d0fae424895ea4141 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 16 Jan 2004 13:38:10 +0000 Subject: Fixup selection of endianness, since select does not work on choice items, we have to declare what endianness cpus are capable of supporting and work using dependancies. --- extra/Configs/Config.i386 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra/Configs/Config.i386') diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 20b8bbe89..cab2d332f 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -5,7 +5,6 @@ config HAVE_ELF bool - select ARCH_LITTLE_ENDIAN select UCLIBC_HAS_MMU default y @@ -22,6 +21,10 @@ config ARCH_LDFLAGS config LIBGCC_CFLAGS string +config ARCH_SUPPORTS_LITTLE_ENDIAN + bool + default y + choice prompt "Target x86 Processor Family" default CONFIG_GENERIC_386 -- cgit v1.2.3