config: reorder the architectures sub-menu
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Apr 27 22:18:07 2011 +0200 (2011-04-27)
changeset 2413ac27814977fd
parent 2412 20edcd78cf67
child 2414 8f84a8897204
config: reorder the architectures sub-menu

Re-organise the sub-menu so that:
- the archs list comes first,
- followed by archs generic options
- followed by archs specific options

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/target.in
     1.1 --- a/config/target.in	Thu Apr 28 00:13:41 2011 +0200
     1.2 +++ b/config/target.in	Wed Apr 27 22:18:07 2011 +0200
     1.3 @@ -37,11 +37,11 @@
     1.4  config TARGET_CFLAGS
     1.5  config TARGET_LDFLAGS
     1.6  
     1.7 -comment "General target options"
     1.8 -
     1.9  source "config.gen/arch.in"
    1.10  
    1.11  #--------------------------------------
    1.12 +comment "Generic target options"
    1.13 +
    1.14  config ARCH_SUPPORTS_BOTH_MMU
    1.15      bool
    1.16      default n
    1.17 @@ -136,8 +136,6 @@
    1.18  
    1.19  endchoice
    1.20  
    1.21 -source "config.gen/arch.in.2"
    1.22 -
    1.23  #--------------------------------------
    1.24  comment "Target optimisations"
    1.25  
    1.26 @@ -313,4 +311,6 @@
    1.27        
    1.28        Leave blank if you don't know better.
    1.29  
    1.30 +source "config.gen/arch.in.2"
    1.31 +
    1.32  endmenu