diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-09-11 12:38:12 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-09-11 12:38:12 +0200 |
commit | abab3f15b54dd0bdea32cd9611f3139bfe4db966 (patch) | |
tree | b7f64fcc99953feb6d13fc039061b93e7243507f /config/target.in | |
parent | 72ad9d45f83c474ccd0b2635d0c796078680cb49 (diff) | |
download | crosstool-ng-abab3f15b54dd0bdea32cd9611f3139bfe4db966.tar.gz crosstool-ng-abab3f15b54dd0bdea32cd9611f3139bfe4db966.tar.bz2 crosstool-ng-abab3f15b54dd0bdea32cd9611f3139bfe4db966.zip |
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>
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/target.in b/config/target.in index c66ddc24..125db59d 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 |