Re: [PATCH, rs6000][v4] powerpc musl libc support

2015-10-23 Thread David Edelsohn
> 2015-10-16 Gregor Richards > Szabolcs Nagy > > * config/rs6000/linux64.h (MUSL_DYNAMIC_LINKER32): Define. > (MUSL_DYNAMIC_LINKER64): Define. > (GNU_USER_DYNAMIC_LINKER32): Update. > (GNU_USER_DYNAMIC_LINKER64): Update. > (CHOOSE_DYNAMIC_LINKER): Update. > >

[PATCH, rs6000][v4] powerpc musl libc support

2015-10-22 Thread Szabolcs Nagy
On 16/10/15 16:58, Szabolcs Nagy wrote: Revision of https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01640.html This adds musl libc support to powerpc: - The dynamic-linker name is /lib/ld-musl-powerpc{64}{le}{-sf}.so.1 - The include order is changed for musl as in linux.h. New in this revision: