svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Mon Jan 9 06:50:02 UTC 2006


Author: vapier
Date: 2006-01-08 22:50:01 -0800 (Sun, 08 Jan 2006)
New Revision: 13200

Log:
give the 64bit ldso on amd64 a slightly diff name so (in the future), we can do multilib

Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2006-01-09 06:47:14 UTC (rev 13199)
+++ trunk/uClibc/Rules.mak	2006-01-09 06:50:01 UTC (rev 13200)
@@ -249,6 +249,10 @@
 	UCLIBC_LDSO=ld.so.1
 endif
 
+ifeq ($(TARGET_ARCH),x86_64)
+	UCLIBC_LDSO := ld64-uClibc.so.$(MAJOR_VERSION)
+endif
+
 # Keep the check_gcc from being needlessly executed
 ifndef PIEFLAG
 ifneq ($(UCLIBC_BUILD_PIE),y)




More information about the uClibc-cvs mailing list