svn commit: branches/uClibc_0_9_29

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 09:49:37 PST 2008


Author: vapier
Date: 2008-01-05 09:49:37 -0800 (Sat, 05 Jan 2008)
New Revision: 20781

Log:
Merge r20264 by aldot from trunk:
- move UCLIBC_EXTRA_LDFLAGS below pinning 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:48:54 UTC (rev 20780)
+++ branches/uClibc_0_9_29/Rules.mak	2008-01-05 17:49:37 UTC (rev 20781)
@@ -368,10 +368,6 @@
 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.
@@ -436,6 +432,10 @@
 DOMULTI:=n
 endif
 
+ifneq ($(strip $(UCLIBC_EXTRA_LDFLAGS)),"")
+LDFLAGS += $(subst ",, $(UCLIBC_EXTRA_LDFLAGS))
+endif
+
 ifeq ($(UCLIBC_HAS_THREADS),y)
 ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
 	PTNAME := nptl



More information about the uClibc-cvs mailing list