summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-11 11:05:57 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-11 11:05:57 +0000
commitab600d2ad03275a963ac95eff51e8c967ef0ffce (patch)
tree805083c2f163acde994ccc21ac4fa5fdaf277a07 /Rules.mak
parentfc78e7871ef27618239845e9383c628521935df8 (diff)
- update recommendation for pregenerated locales.
- update name of locale-tarball. We will retroactively fill them in, eventually
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 2 insertions, 0 deletions
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