linux uses rsync nowadays to copy headers
[openadk.git] / toolchain / gcc / patches / 8.3.0 / musl-s390x.patch
blob1163bdbf4921929d4b3639dadd78f39cb6e8fc76
1 diff -Nur gcc-7.2.0.orig/gcc/config/s390/linux.h gcc-7.2.0/gcc/config/s390/linux.h
2 --- gcc-7.2.0.orig/gcc/config/s390/linux.h 2017-02-06 11:25:05.513198000 +0100
3 +++ gcc-7.2.0/gcc/config/s390/linux.h 2017-10-30 13:22:45.348170100 +0100
4 @@ -76,6 +76,9 @@
5 #define GLIBC_DYNAMIC_LINKER32 "/lib/ld.so.1"
6 #define GLIBC_DYNAMIC_LINKER64 "/lib/ld64.so.1"
8 +#define MUSL_DYNAMIC_LINKER32 "/lib/ld-musl-s390.so.1"
9 +#define MUSL_DYNAMIC_LINKER64 "/lib/ld-musl-s390x.so.1"
11 #undef LINK_SPEC
12 #define LINK_SPEC \
13 "%{m31:-m elf_s390}%{m64:-m elf64_s390} \