summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.7.3/musl-sh.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-sh.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-sh.patch')
-rw-r--r--toolchain/gcc/patches/4.7.3/musl-sh.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/gcc/patches/4.7.3/musl-sh.patch b/toolchain/gcc/patches/4.7.3/musl-sh.patch
deleted file mode 100644
index fbf06082a..000000000
--- a/toolchain/gcc/patches/4.7.3/musl-sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur gcc-4.7.3.orig/gcc/config/sh/linux.h gcc-4.7.3/gcc/config/sh/linux.h
---- gcc-4.7.3.orig/gcc/config/sh/linux.h 2013-03-25 23:55:56.000000000 +0100
-+++ gcc-4.7.3/gcc/config/sh/linux.h 2013-09-26 21:16:39.000000000 +0200
-@@ -46,6 +46,7 @@
- #define TARGET_ASM_FILE_END file_end_indicate_exec_stack
-
- #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
-+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-sh.so.1"
-
- #undef SUBTARGET_LINK_EMUL_SUFFIX
- #define SUBTARGET_LINK_EMUL_SUFFIX "_linux"