svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Tue Oct 16 11:51:52 UTC 2007


Author: aldot
Date: 2007-10-16 04:51:51 -0700 (Tue, 16 Oct 2007)
New Revision: 20264

Log:
- move UCLIBC_EXTRA_LDFLAGS below pinning LDFLAGS


Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2007-10-16 10:47:27 UTC (rev 20263)
+++ trunk/uClibc/Rules.mak	2007-10-16 11:51:51 UTC (rev 20264)
@@ -371,10 +371,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.
@@ -440,6 +436,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