svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Sat Oct 13 14:41:47 UTC 2007


Author: aldot
Date: 2007-10-13 07:41:46 -0700 (Sat, 13 Oct 2007)
New Revision: 20240

Log:
- allow for passing in UCLIBC_EXTRA_LDFLAGS


Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2007-10-13 10:15:01 UTC (rev 20239)
+++ trunk/uClibc/Rules.mak	2007-10-13 14:41:46 UTC (rev 20240)
@@ -368,6 +368,10 @@
 CFLAGS += $(subst ",, $(UCLIBC_EXTRA_CFLAGS))
 endif
 
+ifneq ($(strip $(UCLIBC_EXTRA_LDFLAGS)),"")
+LDFLAGS += $(subst ",, $(UCLIBC_EXTRA_LDFLAGS))
+endif
+
 LDADD_LIBFLOAT=
 ifeq ($(UCLIBC_HAS_SOFT_FLOAT),y)
 # If -msoft-float isn't supported, we want an error anyway.




More information about the uClibc-cvs mailing list