summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-09-11 10:38:12 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-09-11 10:38:12 (GMT)
commitabab3f15b54dd0bdea32cd9611f3139bfe4db966 (patch)
treeb7f64fcc99953feb6d13fc039061b93e7243507f
parent72ad9d45f83c474ccd0b2635d0c796078680cb49 (diff)
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>
-rw-r--r--config/target.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/target.in b/config/target.in
index c66ddc2..125db59 100644
--- a/config/target.in
+++ b/config/target.in
@@ -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