# HG changeset patch # User "Yann E. MORIN" # Date 1208465486 0 # Node ID db8bd468b0c07b04eec38a5b73de9c4ab7d11077 # Parent d205527c5e01b6b319942edfa7ef656f6abf9384 Re-order the target sub-menu, so that architectures are alphabetically ordered. ${prefix}/config/target.in | 12 6 6 0 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff -r d205527c5e01 -r db8bd468b0c0 config/target.in --- a/config/target.in Thu Apr 17 20:26:25 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"