diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 06:50:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 06:50:01 +0000 |
commit | 84f7211d9be4c1b452f9e6f56697eed33ad359aa (patch) | |
tree | 6362004774111ce0d5b9675a7e76f235c1ecf6d7 /Rules.mak | |
parent | 128492f5c272b8ed0c8ff223c6d8d26db012f371 (diff) |
give the 64bit ldso on amd64 a slightly diff name so (in the future), we can do multilib
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |