summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.7.3/musl-mips64.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-28 10:21:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-28 10:21:59 +0200
commitb2c15413414e1060938d682df3a0f2c9534cf012 (patch)
treede3369d7f51557e37b79fcbf7e7f43204e3a5433 /toolchain/gcc/patches/4.7.3/musl-mips64.patch
parent0eb32a8e2e000218959606af4a54a55fc4598eea (diff)
parent165994403a52976f00b993b9e1899e331cce4f61 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc/patches/4.7.3/musl-mips64.patch')
-rw-r--r--toolchain/gcc/patches/4.7.3/musl-mips64.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/gcc/patches/4.7.3/musl-mips64.patch b/toolchain/gcc/patches/4.7.3/musl-mips64.patch
deleted file mode 100644
index 671ba9f28..000000000
--- a/toolchain/gcc/patches/4.7.3/musl-mips64.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur gcc-4.7.3.orig/gcc/config/mips/linux64.h gcc-4.7.3/gcc/config/mips/linux64.h
---- gcc-4.7.3.orig/gcc/config/mips/linux64.h 2011-07-19 20:00:27.000000000 +0200
-+++ gcc-4.7.3/gcc/config/mips/linux64.h 2013-09-17 09:24:36.000000000 +0200
-@@ -28,6 +28,9 @@
- #define GLIBC_DYNAMIC_LINKERN32 "/lib32/ld.so.1"
- #define UCLIBC_DYNAMIC_LINKERN32 "/lib32/ld-uClibc.so.0"
- #define BIONIC_DYNAMIC_LINKERN32 "/system/bin/linker32"
-+#define MUSL_DYNAMIC_LINKER32 "/lib/ld-musl-mips.so.1"
-+#define MUSL_DYNAMIC_LINKERN32 "/lib/ld-musl-mips.so.1"
-+#define MUSL_DYNAMIC_LINKER64 "/lib/ld-musl-mips.so.1"
- #define GNU_USER_DYNAMIC_LINKERN32 \
- CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32, \
-- BIONIC_DYNAMIC_LINKERN32)
-+ BIONIC_DYNAMIC_LINKERN32, MUSL_DYNAMIC_LINKERN32)