[PATCH] Enable UCLIBC_EXTRA_LDFLAGS in Config.in.

Andrew McDonnell bugs at andrewmcdonnell.net
Mon Aug 25 12:59:57 UTC 2014


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 <bugs at andrewmcdonnell.net>
---
 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



More information about the uClibc mailing list