Re: [PATCH] disable ifunc on *-musl by default

2016-08-29 Thread Bernd Schmidt
On 07/20/2016 03:37 PM, Szabolcs Nagy wrote: Musl libc does not support gnu ifunc, so disable it by default. (not disabled on s390-* since that has no musl support yet.) gcc/ 2016-07-20 Szabolcs Nagy * config.gcc (*-*-*musl*): Disable gnu-indirect-function. Ok I suppose? I'm assumi

Re: [PATCH] disable ifunc on *-musl by default

2016-08-24 Thread Szabolcs Nagy
On 20/07/16 14:37, Szabolcs Nagy wrote: > Musl libc does not support gnu ifunc, so disable it by default. > (not disabled on s390-* since that has no musl support yet.) > > gcc/ > 2016-07-20 Szabolcs Nagy > > * config.gcc (*-*-*musl*): Disable gnu-indirect-function. > ping

Re: [PATCH] disable ifunc on *-musl by default

2016-07-20 Thread Szabolcs Nagy
On 20/07/16 15:13, David Edelsohn wrote: > On Wed, Jul 20, 2016 at 7:09 AM, Szabolcs Nagy wrote: >> On 20/07/16 14:45, David Edelsohn wrote: Musl libc does not support gnu ifunc, so disable it by default. (not disabled on s390-* since that has no musl support yet.) >>> >>> Musl libc now

Re: [PATCH] disable ifunc on *-musl by default

2016-07-20 Thread David Edelsohn
On Wed, Jul 20, 2016 at 7:09 AM, Szabolcs Nagy wrote: > On 20/07/16 14:45, David Edelsohn wrote: >>> Musl libc does not support gnu ifunc, so disable it by default. >>> (not disabled on s390-* since that has no musl support yet.) >> >> Musl libc now supports PPC64. Support for s390 is in progress.

Re: [PATCH] disable ifunc on *-musl by default

2016-07-20 Thread Szabolcs Nagy
On 20/07/16 14:45, David Edelsohn wrote: >> Musl libc does not support gnu ifunc, so disable it by default. >> (not disabled on s390-* since that has no musl support yet.) > > Musl libc now supports PPC64. Support for s390 is in progress. > it seemed to me that on ppc64 ifunc is disabled by defa

[PATCH] disable ifunc on *-musl by default

2016-07-20 Thread Szabolcs Nagy
Musl libc does not support gnu ifunc, so disable it by default. (not disabled on s390-* since that has no musl support yet.) gcc/ 2016-07-20 Szabolcs Nagy * config.gcc (*-*-*musl*): Disable gnu-indirect-function. diff --git a/gcc/config.gcc b/gcc/config.gcc index 1f75f17..f3f6e14 10064

Re: [PATCH] disable ifunc on *-musl by default

2016-07-20 Thread David Edelsohn
> Musl libc does not support gnu ifunc, so disable it by default. > (not disabled on s390-* since that has no musl support yet.) Musl libc now supports PPC64. Support for s390 is in progress. - David