summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.8.2/musl-sh.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-14 20:39:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-14 20:39:56 +0200
commitae0cee273fc22ded42c87a4d4411d12dc6b565f2 (patch)
tree2a3e777a7701c61a3eabbc4828e6e5b54f2e910c /toolchain/gcc/patches/4.8.2/musl-sh.patch
parent7209a2a3b092d9964a8c8aa48d2b8d1d42d41738 (diff)
sync with musl-cross
Diffstat (limited to 'toolchain/gcc/patches/4.8.2/musl-sh.patch')
-rw-r--r--toolchain/gcc/patches/4.8.2/musl-sh.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/gcc/patches/4.8.2/musl-sh.patch b/toolchain/gcc/patches/4.8.2/musl-sh.patch
deleted file mode 100644
index 237f76f63..000000000
--- a/toolchain/gcc/patches/4.8.2/musl-sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur gcc-4.8.2.orig/gcc/config/sh/linux.h gcc-4.8.2/gcc/config/sh/linux.h
---- gcc-4.8.2.orig/gcc/config/sh/linux.h 2013-03-14 04:01:53.000000000 +0100
-+++ gcc-4.8.2/gcc/config/sh/linux.h 2014-03-01 11:33:10.000000000 +0100
-@@ -44,6 +44,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"