Re: [PATCH] m68k: add musl support

2019-11-15 Thread Szabolcs Nagy
On 15/11/2019 19:16, Jeff Law wrote: > On 11/15/19 10:22 AM, Szabolcs Nagy wrote: >> Add the dynamic linker name and fix a type name to use the public name >> instead of the glibc internal name. >> >> Build tested on m68k-linux-musl and m68k-linux-gnu. >> >> gcc/ChangeLog: >> >> 2019-11-15 Szabolc

Re: [PATCH] m68k: add musl support

2019-11-15 Thread Jeff Law
On 11/15/19 10:22 AM, Szabolcs Nagy wrote: > Add the dynamic linker name and fix a type name to use the public name > instead of the glibc internal name. > > Build tested on m68k-linux-musl and m68k-linux-gnu. > > gcc/ChangeLog: > > 2019-11-15 Szabolcs Nagy > > * config/m68k/linux.h (M

[PATCH] m68k: add musl support

2019-11-15 Thread Szabolcs Nagy
Add the dynamic linker name and fix a type name to use the public name instead of the glibc internal name. Build tested on m68k-linux-musl and m68k-linux-gnu. gcc/ChangeLog: 2019-11-15 Szabolcs Nagy * config/m68k/linux.h (MUSL_DYNAMIC_LINKER): Define. libgcc/ChangeLog: 2019-11-15