From 44784f8a3bfe9b0f56f2124dc2557052c902d788 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 8 Jan 2008 08:45:26 +0000 Subject: sh64 uses a 32-bit ABI, don't bother with lib64 silliness. --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 99d7efa2d..4d6309717 100644 --- a/Rules.mak +++ b/Rules.mak @@ -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 -- cgit v1.2.3