diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-24 22:38:07 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-24 22:38:07 +0000 |
commit | 8dd0e17c51b33cd3289155a61565c0af37131ff3 (patch) | |
tree | 0af1808a6f3ee9464f823aedcc8e2e1e63967eeb /config/target.in | |
parent | 9e5b090cc52e598199f636595779f37b00c15472 (diff) | |
download | crosstool-ng-8dd0e17c51b33cd3289155a61565c0af37131ff3.tar.gz crosstool-ng-8dd0e17c51b33cd3289155a61565c0af37131ff3.tar.bz2 crosstool-ng-8dd0e17c51b33cd3289155a61565c0af37131ff3.zip |
Use the arch-specific target LDFLAGS into the final target LDFLAGS.
Fix a help entry in the CFLAGS_for_target config entry.
/trunk/scripts/crosstool.sh | 4 3 1 0 +++-
/trunk/config/target.in | 2 1 1 0 +-
2 files changed, 4 insertions(+), 2 deletions(-)
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/target.in b/config/target.in index f210e0ea..26d59d48 100644 --- a/config/target.in +++ b/config/target.in @@ -244,7 +244,7 @@ config TARGET_CFLAGS Used to add specific options when compiling libraries of the toolchain, that will run on the target (eg. libc.so). - Note that the options above for CPU, tune, arch and FPU will be + Note that the options above for ARCH, ABI, CPU, TUNE and FPU will be automaticaly used. You don't need to specify them here. Leave blank if you don't know better. |