summaryrefslogtreecommitdiff
path: root/package/gcc/patches/musl-sh.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 07:19:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 07:19:53 +0200
commit85898f9ef5d6ead12220bbcf66e1e6ebad0fa9d8 (patch)
tree74eb0e026c5ef00644d841d229a54215d50e1838 /package/gcc/patches/musl-sh.patch
parent8c11f332d15766b50cb154a4a002ac44e38da4a3 (diff)
fix gcc subpackage
Diffstat (limited to 'package/gcc/patches/musl-sh.patch')
-rw-r--r--package/gcc/patches/musl-sh.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gcc/patches/musl-sh.patch b/package/gcc/patches/musl-sh.patch
new file mode 100644
index 000000000..7738f266e
--- /dev/null
+++ b/package/gcc/patches/musl-sh.patch
@@ -0,0 +1,11 @@
+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.1"
+
+ #undef SUBTARGET_LINK_EMUL_SUFFIX
+ #define SUBTARGET_LINK_EMUL_SUFFIX "_linux"