[PATCH 0/13] Add musl support to GCC

2015-04-20 Thread Szabolcs Nagy
This patch set adds musl libc[0] support to GCC. The patches were originally developed by Gregor Richards[1][2], who I believe have already done the FSF copyright assignment and agrees with the changes I made (please verify). I only did minor cleanups to make the patches better suited for upstrea

Re: [PATCH 0/13] Add musl support to GCC

2015-04-20 Thread Gregor Richards
To confirm: Yes, I've signed the FSF copyright assignment document, and yes we've discussed the changes relative to my own (which were mostly just cleanups and sanity anyway). I'm Gregor Richards and I approve this message. With valediction, - Gregor Richards On 04/20/2015 02:49 PM, Szabolc

Re: [PATCH 0/13] Add musl support to GCC

2015-04-28 Thread Joseph Myers
On Mon, 20 Apr 2015, Szabolcs Nagy wrote: > * On powerpc it seems the only configure option to choose the default > long-double abi is --with-long-double-128, but that's the default with > sufficiently new glibc. (musl gets 64bit long-double because the glibc > version check fails, this is ok, bec

Re: [PATCH 0/13] Add musl support to GCC

2015-04-29 Thread Szabolcs Nagy
On 29/04/15 00:27, Joseph Myers wrote: > On Mon, 20 Apr 2015, Szabolcs Nagy wrote: > >> * On powerpc it seems the only configure option to choose the default >> long-double abi is --with-long-double-128, but that's the default with >> sufficiently new glibc. (musl gets 64bit long-double because

Re: [PATCH 0/13] Add musl support to GCC

2015-04-29 Thread Joseph Myers
On Wed, 29 Apr 2015, Szabolcs Nagy wrote: > only affects [u]int_fastN_t types > (on 64bit systems for N=16,32 musl uses int but glibc uses long) > > i can fix glibc-stdint.h, but it's yet another way in which the > compiler is tied to a particular libc. > > (using musl-stdint.h would be nicer, b

Re: [PATCH 0/13] Add musl support to GCC

2015-05-06 Thread Szabolcs Nagy
On 30/04/15 00:18, Joseph Myers wrote: > On Wed, 29 Apr 2015, Szabolcs Nagy wrote: >> only affects [u]int_fastN_t types >> (on 64bit systems for N=16,32 musl uses int but glibc uses long) >> >> i can fix glibc-stdint.h, but it's yet another way in which the >> compiler is tied to a particular libc

Re: [PATCH 0/13] Add musl support to GCC

2015-05-07 Thread Jeff Law
On 05/06/2015 05:36 AM, Szabolcs Nagy wrote: On 30/04/15 00:18, Joseph Myers wrote: On Wed, 29 Apr 2015, Szabolcs Nagy wrote: only affects [u]int_fastN_t types (on 64bit systems for N=16,32 musl uses int but glibc uses long) i can fix glibc-stdint.h, but it's yet another way in which the comp

Re: [PATCH 0/13] Add musl support to GCC

2015-05-08 Thread Kyrill Tkachov
On 07/05/15 19:07, Jeff Law wrote: On 05/06/2015 05:36 AM, Szabolcs Nagy wrote: On 30/04/15 00:18, Joseph Myers wrote: On Wed, 29 Apr 2015, Szabolcs Nagy wrote: only affects [u]int_fastN_t types (on 64bit systems for N=16,32 musl uses int but glibc uses long) i can fix glibc-stdint.h, but it