config/arch: re-organise architecture-specific options
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 11 12:38:12 2010 +0200 (2010-09-11)
changeset 2110ee9b54d04dd4
parent 2109 4a45c5758258
child 2111 5f4dbeb370e1
config/arch: re-organise architecture-specific options

Move the arch-specific options to the second-part of
the generated files, so they appear after the generic
options, but before the optimisations.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/target.in
     1.1 --- a/config/target.in	Sun Sep 12 21:38:12 2010 +0200
     1.2 +++ b/config/target.in	Sat Sep 11 12:38:12 2010 +0200
     1.3 @@ -136,6 +136,8 @@
     1.4  
     1.5  endchoice
     1.6  
     1.7 +source "config.gen/arch.in.2"
     1.8 +
     1.9  #--------------------------------------
    1.10  comment "Target optimisations"
    1.11  
    1.12 @@ -311,6 +313,4 @@
    1.13        
    1.14        Leave blank if you don't know better.
    1.15  
    1.16 -source "config.gen/arch.in.2"
    1.17 -
    1.18  endmenu