diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-15 19:26:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-15 19:26:57 +0200 |
commit | bbfa3ca2154df9d7a574787df8e1ad5234b1a9fc (patch) | |
tree | f4fb6c65be621b95a0a6496740e4e9c45cd18011 /toolchain/uClibc | |
parent | 239a77f800b2babfc05bcda959c04106eaca2394 (diff) |
fix bulktoolchain target
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/patches/ld64.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/uClibc/patches/ld64.patch b/toolchain/uClibc/patches/ld64.patch new file mode 100644 index 000000000..2a9cc22b3 --- /dev/null +++ b/toolchain/uClibc/patches/ld64.patch @@ -0,0 +1,12 @@ +diff -Nur uClibc-0.9.32-rc3.orig/Rules.mak uClibc-0.9.32-rc3/Rules.mak +--- uClibc-0.9.32-rc3.orig/Rules.mak 2011-03-16 20:11:13.000000000 +0100 ++++ uClibc-0.9.32-rc3/Rules.mak 2011-05-08 21:55:43.986610132 +0200 +@@ -120,7 +120,7 @@ + SHARED_LIBNAME := $(LIBC).so.$(ABI_VERSION) + UBACKTRACE_DSO := libubacktrace.so.$(MAJOR_VERSION) + ifneq ($(findstring $(TARGET_ARCH) , hppa64 ia64 mips64 powerpc64 s390x sparc64 x86_64 ),) +-UCLIBC_LDSO_NAME := ld64-uClibc ++UCLIBC_LDSO_NAME := ld-uClibc + ARCH_NATIVE_BIT := 64 + else + UCLIBC_LDSO_NAME := ld-uClibc |