diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
commit | e8ca169ae2dcbbf86320f93de493de7c2cf1c1cc (patch) | |
tree | 35604465f5784360a4a83d36f79ac0cb6f8804c0 /toolchain | |
parent | 23013ef65cb2328d0958809ed88ab9a832440ace (diff) | |
parent | 957bb3959c18f96c9ac1c7553e897bbbd95f0d51 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-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 |