Re: [PATCH] s390: add musl support

2019-11-17 Thread Andreas Krebbel
On 15.11.19 18:23, Szabolcs Nagy wrote: > Add the musl dynamic linker names. > > Build tested on s390x-linux-musl and s390x-linux-gnu. > > gcc/ChangeLog: > > 2019-11-15 Szabolcs Nagy > > * config/s390/linux.h (MUSL_DYNAMIC_LINKER32): Define. > (MUSL_DYNAMIC_LINKER64): Define. >

[PATCH] s390: add musl support

2019-11-15 Thread Szabolcs Nagy
Add the musl dynamic linker names. Build tested on s390x-linux-musl and s390x-linux-gnu. gcc/ChangeLog: 2019-11-15 Szabolcs Nagy * config/s390/linux.h (MUSL_DYNAMIC_LINKER32): Define. (MUSL_DYNAMIC_LINKER64): Define. diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linu