summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/6.3.0/xtensa-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/patches/6.3.0/xtensa-musl.patch')
-rw-r--r--toolchain/gcc/patches/6.3.0/xtensa-musl.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/toolchain/gcc/patches/6.3.0/xtensa-musl.patch b/toolchain/gcc/patches/6.3.0/xtensa-musl.patch
deleted file mode 100644
index fa00abbfa..000000000
--- a/toolchain/gcc/patches/6.3.0/xtensa-musl.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 8f018dd26d3d9992fc32f6ce04492572312d2790 Mon Sep 17 00:00:00 2001
-From: Max Filippov <jcmvbkbc@gmail.com>
-Date: Tue, 22 Mar 2016 16:07:24 +0300
-Subject: [PATCH] xtensa: support musl
-
-Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
----
- gcc/config/xtensa/linux.h | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/gcc/config/xtensa/linux.h b/gcc/config/xtensa/linux.h
-index 6ecb153..a41ef96 100644
---- a/gcc/config/xtensa/linux.h
-+++ b/gcc/config/xtensa/linux.h
-@@ -48,6 +48,9 @@ along with GCC; see the file COPYING3. If not see
-
- #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
-
-+#undef MUSL_DYNAMIC_LINKER
-+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-xtensa.so.1"
-+
- #undef LINK_SPEC
- #define LINK_SPEC \
- "%{shared:-shared} \
---
-2.1.4
-