From ef0f400c264178ddf8d7492b397f354529b59947 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 7 Aug 2008 15:18:18 +0000 Subject: 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(-) --- config/target.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/target.in') 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 -- cgit v1.2.3