summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-20 13:54:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-20 13:54:22 +0000
commit6ae4479190a2d73cad047eab6e86d4a71323329b (patch)
tree40df6769e9f06c5c5709fd0bb8c6833ed3a1f0d8 /toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch
parent15aa6d1a164a54a75aaae3656f47e3c692c36c79 (diff)
downloadmaster-31e0f0ae-6ae4479190a2d73cad047eab6e86d4a71323329b.tar.gz
master-31e0f0ae-6ae4479190a2d73cad047eab6e86d4a71323329b.tar.bz2
master-31e0f0ae-6ae4479190a2d73cad047eab6e86d4a71323329b.zip
gcc: drop version 4.8-linaro
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48395
Diffstat (limited to 'toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch')
-rw-r--r--toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch b/toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch
deleted file mode 100644
index 9d75dc9493..0000000000
--- a/toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/gcc/config/aarch64/aarch64-linux.h
-+++ b/gcc/config/aarch64/aarch64-linux.h
-@@ -21,7 +21,11 @@
- #ifndef GCC_AARCH64_LINUX_H
- #define GCC_AARCH64_LINUX_H
-
-+/* The AArch64 port currently supports two dynamic linkers:
-+ - ld-linux-aarch64.so.1 - GLIBC dynamic linker
-+ - ld-musl-aarch64.so.1 - musl libc dynamic linker */
- #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64.so.1"
-+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64.so.1"
-
- #define CPP_SPEC "%{pthread:-D_REENTRANT}"
-