diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-01-08 08:45:26 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-08 08:45:26 +0000 |
commit | 44784f8a3bfe9b0f56f2124dc2557052c902d788 (patch) | |
tree | b8340cd753810c376fbb6a724ee2dfc7e4650d55 | |
parent | b20e5adb661f95f639324b252a3028ac0abeca2f (diff) |
sh64 uses a 32-bit ABI, don't bother with lib64 silliness.
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_ALL LIBC := libc SHARED_MAJORNAME := $(LIBC).so.$(MAJOR_VERSION) -ifneq ($(findstring $(TARGET_ARCH) , hppa64 ia64 mips64 powerpc64 s390x sh64 sparc64 x86_64 ),) +ifneq ($(findstring $(TARGET_ARCH) , hppa64 ia64 mips64 powerpc64 s390x sparc64 x86_64 ),) UCLIBC_LDSO_NAME := ld64-uClibc else UCLIBC_LDSO_NAME := ld-uClibc |