diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-16 17:27:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-16 17:27:23 +0200 |
commit | 71e1837bead950f0dfe2507dbefe897121fbd295 (patch) | |
tree | 98315dfe84ecfef947d5b14aa04b859d5912611c /toolchain/uClibc/patches/nold64.patch | |
parent | cc25a98b2c59070ab70ffdda4780cd238e665f5d (diff) | |
parent | 81c4c7c2cf2c5ff27a6c02e41bf484a53ea942c2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/uClibc/patches/nold64.patch')
-rw-r--r-- | toolchain/uClibc/patches/nold64.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/uClibc/patches/nold64.patch b/toolchain/uClibc/patches/nold64.patch deleted file mode 100644 index 237cb9f4d..000000000 --- a/toolchain/uClibc/patches/nold64.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -Nur uClibc-0.9.30.1.orig/Rules.mak uClibc-0.9.30.1/Rules.mak ---- uClibc-0.9.30.1.orig/Rules.mak 2009-03-02 22:10:04.000000000 +0100 -+++ uClibc-0.9.30.1/Rules.mak 2009-06-18 20:11:42.336906659 +0200 -@@ -97,12 +97,11 @@ - 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_NAME := ld-uClibc - UCLIBC_LDSO := $(UCLIBC_LDSO_NAME).so.$(MAJOR_VERSION) - NONSHARED_LIBNAME := uclibc_nonshared.a - libc := $(top_builddir)lib/$(SHARED_MAJORNAME) |