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.m68k | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra/Configs/Config.m68k') diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index 82ca7ad9e..a394965e1 100644 --- a/extra/Configs/Config.m68k +++ b/extra/Configs/Config.m68k @@ -9,11 +9,14 @@ config TARGET_ARCH config HAVE_ELF bool select ARCH_HAS_NO_MMU - select ARCH_BIG_ENDIAN select HAVE_NO_SHARED select ARCH_HAS_NO_LDSO default y +config ARCH_SUPPORTS_BIG_ENDIAN + bool + default y + config ARCH_CFLAGS string default "-Wa,--bitwise-or -I$(KERNEL_SOURCE)/include" -- cgit v1.2.3