diff -r 9193aa9460db -r 1007f2b72414 config/target.in --- a/config/target.in Mon Jun 30 11:33:52 2008 +0000 +++ b/config/target.in Tue Aug 12 09:14:55 2008 +0000 @@ -228,4 +228,14 @@ 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