It seems that this is enabled and working in the Makefile infrastructure, but unlike UCLIBC_EXTRA_CFLAGS, was not enabled by Config.in.
Signed-off-by: Andrew McDonnell <[email protected]> --- extra/Configs/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 7789002..fdf0168 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -2315,6 +2315,12 @@ config UCLIBC_EXTRA_CFLAGS help Add any additional CFLAGS to be used to build uClibc. +config UCLIBC_EXTRA_LDFLAGS + string "Extra LDFLAGS" + default "" + help + Add any additional LDFLAGS to be used to build uClibc. + config DODEBUG bool "Enable debugging symbols" select EXTRA_WARNINGS -- 1.8.5.3 _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
