OSDN Git Service

give the 64bit ldso on amd64 a slightly diff name so (in the future), we can do multilib
authorMike Frysinger <vapier@gentoo.org>
Mon, 9 Jan 2006 06:50:01 +0000 (06:50 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 9 Jan 2006 06:50:01 +0000 (06:50 -0000)
Rules.mak

index 2b06ed8..08340e0 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -249,6 +249,10 @@ ifeq ($(TARGET_ARCH),frv)
        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)