Title: [2000] trunk/uClibc/Rules.mak: Upstream r20240 | aldot | 2007-10-13 16:41: 46 +0200 (Sat, 13 Oct 2007) | 2 lines
Revision
2000
Author
bernds
Date
2007-11-22 19:07:42 -0600 (Thu, 22 Nov 2007)

Log Message

Upstream r20240 | aldot | 2007-10-13 16:41:46 +0200 (Sat, 13 Oct 2007) | 2 lines

- allow for passing in UCLIBC_EXTRA_LDFLAGS

Diffstat

 Rules.mak |    4 ++++
 1 files changed, 4 insertions(+)

Modified Paths

Diff

Modified: trunk/uClibc/Rules.mak (1999 => 2000)


--- trunk/uClibc/Rules.mak	2007-11-23 01:07:11 UTC (rev 1999)
+++ trunk/uClibc/Rules.mak	2007-11-23 01:07:42 UTC (rev 2000)
@@ -395,6 +395,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.
_______________________________________________
Toolchain-commits mailing list
Toolchain-commits@blackfin.uclinux.org
http://blackfin.uclinux.org/mailman/listinfo/toolchain-commits

Reply via email to