diff -r 548b7aa23385 -r db8bd468b0c0 config/target.in --- a/config/target.in Thu Feb 14 22:44:34 2008 +0000 +++ b/config/target.in Thu Apr 17 20:51:26 2008 +0000 @@ -30,6 +30,12 @@ depends on EXPERIMENTAL select ARCH_SUPPORTS_BOTH_ENDIAN +config ARCH_MIPS + bool + prompt "mips" + select ARCH_SUPPORTS_BOTH_ENDIAN + select ARCH_DEFAULT_BE + config ARCH_SH bool prompt "sh (EXPERIMENTAL)" @@ -37,12 +43,6 @@ select ARCH_SUPPORTS_BOTH_ENDIAN select ARCH_DEFAULT_LE -config ARCH_MIPS - bool - prompt "mips" - select ARCH_SUPPORTS_BOTH_ENDIAN - select ARCH_DEFAULT_BE - config ARCH_x86 bool prompt "x86"