svn commit: branches/uClibc_0_9_29

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:48:54 UTC 2008


Author: vapier
Date: 2008-01-05 09:48:54 -0800 (Sat, 05 Jan 2008)
New Revision: 20780

Log:
Merge r20240 by aldot from trunk:
- allow for passing in UCLIBC_EXTRA_LDFLAGS


Modified:
   branches/uClibc_0_9_29/Rules.mak


Changeset:
Modified: branches/uClibc_0_9_29/Rules.mak
===================================================================
--- branches/uClibc_0_9_29/Rules.mak	2008-01-05 17:44:59 UTC (rev 20779)
+++ branches/uClibc_0_9_29/Rules.mak	2008-01-05 17:48:54 UTC (rev 20780)
@@ -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