summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-27 20:18:07 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-27 20:18:07 (GMT)
commit2ba42cb1711dca8999816482d4a181d33692ddd6 (patch)
tree071151cdd15ea05e89bff46a652a42c35e9ee379
parentc9a186ec84d988f3cb9f9a6e7a421df4f0c543f0 (diff)
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>
-rw-r--r--config/target.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/target.in b/config/target.in
index 125db59..e56fcc3 100644
--- a/config/target.in
+++ b/config/target.in
@@ -37,11 +37,11 @@ config ARCH_FLOAT_SW
config TARGET_CFLAGS
config TARGET_LDFLAGS
-comment "General target options"
-
source "config.gen/arch.in"
#--------------------------------------
+comment "Generic target options"
+
config ARCH_SUPPORTS_BOTH_MMU
bool
default n
@@ -136,8 +136,6 @@ config ARCH_64
endchoice
-source "config.gen/arch.in.2"
-
#--------------------------------------
comment "Target optimisations"
@@ -313,4 +311,6 @@ config TARGET_LDFLAGS
Leave blank if you don't know better.
+source "config.gen/arch.in.2"
+
endmenu