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>
This commit is contained in:
Yann E. MORIN" 2010-09-11 12:38:12 +02:00
parent 72ad9d45f8
commit abab3f15b5

View File

@ -136,6 +136,8 @@ config ARCH_64
endchoice
source "config.gen/arch.in.2"
#--------------------------------------
comment "Target optimisations"
@ -311,6 +313,4 @@ config TARGET_LDFLAGS
Leave blank if you don't know better.
source "config.gen/arch.in.2"
endmenu