# HG changeset patch # User "Yann E. MORIN" # Date 1284201492 -7200 # Node ID ee9b54d04dd471f034caba022c896f7f82ba977b # Parent 4a45c57582586e36c28ce775464c278dddd7910e 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" diff -r 4a45c5758258 -r ee9b54d04dd4 config/target.in --- a/config/target.in Sun Sep 12 21:38:12 2010 +0200 +++ b/config/target.in Sat Sep 11 12:38:12 2010 +0200 @@ -136,6 +136,8 @@ endchoice +source "config.gen/arch.in.2" + #-------------------------------------- comment "Target optimisations" @@ -311,6 +313,4 @@ Leave blank if you don't know better. -source "config.gen/arch.in.2" - endmenu