From ab600d2ad03275a963ac95eff51e8c967ef0ffce Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 11 Nov 2008 11:05:57 +0000 Subject: - update recommendation for pregenerated locales. - update name of locale-tarball. We will retroactively fill them in, eventually --- Rules.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 261babdff..ca6e49f4b 100644 --- a/Rules.mak +++ b/Rules.mak @@ -98,8 +98,10 @@ LIBC := libc SHARED_MAJORNAME := $(LIBC).so.$(MAJOR_VERSION) ifneq ($(findstring $(TARGET_ARCH) , hppa64 ia64 mips64 powerpc64 s390x sparc64 x86_64 ),) UCLIBC_LDSO_NAME := ld64-uClibc +ARCH_NATIVE_BIT := 64 else UCLIBC_LDSO_NAME := ld-uClibc +ARCH_NATIVE_BIT := 32 endif UCLIBC_LDSO := $(UCLIBC_LDSO_NAME).so.$(MAJOR_VERSION) NONSHARED_LIBNAME := uclibc_nonshared.a -- cgit v1.2.3