diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-07 15:18:18 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-07 15:18:18 +0000 |
commit | ef0f400c264178ddf8d7492b397f354529b59947 (patch) | |
tree | 22fa973a0fd09e713d77c9630c7cd2ead96c303f /config/target.in | |
parent | 140d179eb3e94c50389f7eac90b76372d6dc0d7a (diff) | |
download | crosstool-ng-ef0f400c264178ddf8d7492b397f354529b59947.tar.gz crosstool-ng-ef0f400c264178ddf8d7492b397f354529b59947.tar.bz2 crosstool-ng-ef0f400c264178ddf8d7492b397f354529b59947.zip |
Introduce four new ARCH specific variables that CT_DoArchValues can set if they want:
- CT_ARCH_CC_CORE_EXTRA_CONFIG
- CT_ARCH_CC_EXTRA_CONFIG
- CT_ARCH_TARGET_CLFAGS
- CT_ARCH_TARGET_LDFLAGS
This will hopefully enable architectures to specify specific flags.
PowerPC will need them to introduce SPE (coming RSN).
/trunk/scripts/crosstool.sh | 2 2 0 0 ++
/trunk/scripts/functions | 4 2 2 0 ++--
/trunk/docs/overview.txt | 45 22 23 0 ++++++++++++++++++++++-----------------------
/trunk/config/target.in | 10 10 0 0 ++++++++++
4 files changed, 36 insertions(+), 25 deletions(-)
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in index e848d301..b2f94301 100644 --- a/config/target.in +++ b/config/target.in @@ -228,4 +228,14 @@ config TARGET_CFLAGS Leave blank if you don't know better. +config TARGET_LDFLAGS + string + prompt "Target LDFLAGS" + default "" + help + Used to add specific options when linking libraries of the toolchain, + that will run on your target. + + Leave blank if you don't know better. + endmenu |