[uClibc-cvs] uClibc Rules.mak,1.117,1.118

Erik Andersen andersen at codepoet.org
Mon Dec 9 00:06:36 UTC 2002


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv1834

Modified Files:
	Rules.mak 
Log Message:
Cleanup the case when using the system shared lib loader
 -Erik


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Rules.mak	5 Dec 2002 17:37:44 -0000	1.117
+++ Rules.mak	9 Dec 2002 00:06:32 -0000	1.118
@@ -196,8 +196,8 @@
 	BUILD_DYNAMIC_LINKER:=$(shell cd $(TOPDIR) && pwd)/lib/$(UCLIBC_LDSO)
     else
 	LDSO:=$(SYSTEM_LDSO)
-	DYNAMIC_LINKER:=/lib/$(notdir $(SYSTEM_LDSO))
-	BUILD_DYNAMIC_LINKER:=/lib/$(notdir $(SYSTEM_LDSO))
+	DYNAMIC_LINKER:=/lib/$(strip $(subst ",, $(notdir $(SYSTEM_LDSO))))
+	BUILD_DYNAMIC_LINKER:=/lib/$(strip $(subst ",, $(notdir $(SYSTEM_LDSO))))
    endif
 endif
 




More information about the uClibc-cvs mailing list