Re-order the target sub-menu, so that architectures are alphabetically ordered.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 17 20:51:26 2008 +0000 (2008-04-17)
changeset 447db8bd468b0c0
parent 446 d205527c5e01
child 448 08da017ba46b
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(-)
config/target.in
     1.1 --- a/config/target.in	Thu Apr 17 20:26:25 2008 +0000
     1.2 +++ b/config/target.in	Thu Apr 17 20:51:26 2008 +0000
     1.3 @@ -30,6 +30,12 @@
     1.4      depends on EXPERIMENTAL
     1.5      select ARCH_SUPPORTS_BOTH_ENDIAN
     1.6  
     1.7 +config ARCH_MIPS
     1.8 +    bool
     1.9 +    prompt "mips"
    1.10 +    select ARCH_SUPPORTS_BOTH_ENDIAN
    1.11 +    select ARCH_DEFAULT_BE
    1.12 +
    1.13  config ARCH_SH
    1.14      bool
    1.15      prompt "sh (EXPERIMENTAL)"
    1.16 @@ -37,12 +43,6 @@
    1.17      select ARCH_SUPPORTS_BOTH_ENDIAN
    1.18      select ARCH_DEFAULT_LE
    1.19  
    1.20 -config ARCH_MIPS
    1.21 -    bool
    1.22 -    prompt "mips"
    1.23 -    select ARCH_SUPPORTS_BOTH_ENDIAN
    1.24 -    select ARCH_DEFAULT_BE
    1.25 -
    1.26  config ARCH_x86
    1.27      bool
    1.28      prompt "x86"