toolchain: add user defined target LDFLAGS options
authorBaruch Siach <baruch@tkos.co.il>
Thu, 23 Jun 2011 09:21:21 +0000 (12:21 +0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 25 Jul 2011 06:31:15 +0000 (08:31 +0200)
commitec8eda419a54674a0d326ea25bd9c440cd059065
tree3853d482c68d3563daf0d1209d4b9dfa59a05cdf
parent0af4136c544aecf7950a76996fd76cc8c208d604
toolchain: add user defined target LDFLAGS options

Allow the user to specify additional options for the target LDFLAGS.

I use this to pass the -te500v2 option to the linker, when using the
CodeSourcery toolchain for PowerPC. This chooses the correct CRT for e500 hard
float. Otherwise I get errors like

undefined reference to `_save32gpr_31'
undefined reference to `_rest32gpr_31_x'

at final link time.

[Peter: fixup, use qstrip]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in
toolchain/toolchain-common.in