diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-27 22:18:07 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-27 22:18:07 +0200 |
commit | 2ba42cb1711dca8999816482d4a181d33692ddd6 (patch) | |
tree | 071151cdd15ea05e89bff46a652a42c35e9ee379 /config/target.in | |
parent | c9a186ec84d988f3cb9f9a6e7a421df4f0c543f0 (diff) | |
download | crosstool-ng-2ba42cb1711dca8999816482d4a181d33692ddd6.tar.gz crosstool-ng-2ba42cb1711dca8999816482d4a181d33692ddd6.tar.bz2 crosstool-ng-2ba42cb1711dca8999816482d4a181d33692ddd6.zip |
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>
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/target.in b/config/target.in index 125db59d..e56fcc3c 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 |