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.mips | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extra/Configs/Config.mips') diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 273e8743d..02382976b 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -20,6 +20,14 @@ config ARCH_LDFLAGS config LIBGCC_CFLAGS string +config ARCH_SUPPORTS_BIG_ENDIAN + bool + default y + +config ARCH_SUPPORTS_LITTLE_ENDIAN + bool + default y + choice prompt "Target Processor Architecture" default CONFIG_MIPS_ISA_1 -- cgit v1.2.3