From a8c14536161a7f62f06beb5928acfd78691bef78 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 26 Apr 2011 12:50:25 +0200 Subject: make arm/mips architectures more configurable in a simpler way --- target/config/Config.in.arch.choice | 34 +++++----------------------------- 1 file changed, 5 insertions(+), 29 deletions(-) (limited to 'target/config/Config.in.arch.choice') diff --git a/target/config/Config.in.arch.choice b/target/config/Config.in.arch.choice index 607fbb4b9..092a0297d 100644 --- a/target/config/Config.in.arch.choice +++ b/target/config/Config.in.arch.choice @@ -15,46 +15,22 @@ config ADK_LINUX_NATIVE No toolchain will be created. config ADK_LINUX_ARM - bool "arm system (little endian)" + bool "arm system" select ADK_arm help - Support for arm little endian systems. - -config ADK_LINUX_ARMEB - bool "armeb system (big endian)" - select ADK_armeb - help - Support for arm big endian systems. + Support for ARM systems. config ADK_LINUX_CRIS bool "cris system" select ADK_cris help - Support for cris systems. + Support for CRIS systems. config ADK_LINUX_MIPS - bool "mips system (big endian)" + bool "mips system" select ADK_mips help - Support for mips big endian systems. - -config ADK_LINUX_MIPSEL - bool "mipsel system (little endian)" - select ADK_mipsel - help - Support for mips little endian systems. - -config ADK_LINUX_MIPS64 - bool "mips64 system (big endian)" - select ADK_mips64 - help - Support for mips64 big endian systems. - -config ADK_LINUX_MIPS64EL - bool "mips64el system (little endian)" - select ADK_mips64el - help - Support for mips64 little endian systems. + Support for MIPS systems. config ADK_LINUX_PPC bool "ppc system" -- cgit v1.2.3