summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/0.9.33.2/target_arch.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-18 07:39:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-18 07:39:03 +0100
commitad7fa8e7f6f555849b39ebd4cd67df13e58983d4 (patch)
tree0d74ef3b085e67d8ec067a89dc00acc5a765b9c9 /toolchain/uClibc/patches/0.9.33.2/target_arch.patch
parent72bd6f29dd5631c396ed2fa580e07526cf17d627 (diff)
parentda133cad10885ca36be26b1b043c737e295a4cd4 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/uClibc/patches/0.9.33.2/target_arch.patch')
-rw-r--r--toolchain/uClibc/patches/0.9.33.2/target_arch.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/toolchain/uClibc/patches/0.9.33.2/target_arch.patch b/toolchain/uClibc/patches/0.9.33.2/target_arch.patch
deleted file mode 100644
index 8bdf1f30f..000000000
--- a/toolchain/uClibc/patches/0.9.33.2/target_arch.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur uClibc-0.9.33.2.orig/Rules.mak uClibc-0.9.33.2/Rules.mak
---- uClibc-0.9.33.2.orig/Rules.mak 2012-05-15 09:20:09.000000000 +0200
-+++ uClibc-0.9.33.2/Rules.mak 2013-04-19 12:52:32.000000000 +0200
-@@ -118,12 +118,17 @@
- LIBC := libc
- SHARED_LIBNAME := $(LIBC).so.$(ABI_VERSION)
- UBACKTRACE_DSO := libubacktrace.so.$(ABI_VERSION)
--ifneq ($(findstring $(TARGET_ARCH) , hppa64 ia64 mips64 powerpc64 s390x sparc64 x86_64 ),)
-+
-+UCLIBC_LDSO_NAME := ld-uClibc
-+ARCH_NATIVE_BIT := 32
-+ifneq ($(findstring $(TARGET_ARCH) , hppa64 ia64 powerpc64 s390x sparc64 x86_64 ),)
- UCLIBC_LDSO_NAME := ld64-uClibc
- ARCH_NATIVE_BIT := 64
- else
--UCLIBC_LDSO_NAME := ld-uClibc
--ARCH_NATIVE_BIT := 32
-+ifeq ($(CONFIG_MIPS_N64_ABI),y)
-+UCLIBC_LDSO_NAME := ld64-uClibc
-+ARCH_NATIVE_BIT := 64
-+endif
- endif
- UCLIBC_LDSO := $(UCLIBC_LDSO_NAME).so.$(ABI_VERSION)
- NONSHARED_LIBNAME := uclibc_nonshared.a