Re: [PATCH 2/13] musl libc config

2015-05-08 Thread Kyrill Tkachov
On 07/05/15 19:02, Jeff Law wrote: On 05/06/2015 05:24 AM, Szabolcs Nagy wrote: On 29/04/15 00:30, Joseph Myers wrote: On Mon, 20 Apr 2015, Szabolcs Nagy wrote: * config/linux.opt (mmusl): New option. New -m options need documenting in invoke.texi. Patch v3. Now with documentatio

Re: [PATCH 2/13] musl libc config

2015-05-07 Thread Jeff Law
On 05/06/2015 05:24 AM, Szabolcs Nagy wrote: On 29/04/15 00:30, Joseph Myers wrote: On Mon, 20 Apr 2015, Szabolcs Nagy wrote: * config/linux.opt (mmusl): New option. New -m options need documenting in invoke.texi. Patch v3. Now with documentation in invoke.texi. Based on previo

Re: [PATCH 2/13] musl libc config

2015-05-06 Thread Szabolcs Nagy
On 29/04/15 00:30, Joseph Myers wrote: > On Mon, 20 Apr 2015, Szabolcs Nagy wrote: > >> * config/linux.opt (mmusl): New option. > > New -m options need documenting in invoke.texi. > Patch v3. Now with documentation in invoke.texi. Based on previous discussion I assume it is OK to commit

Re: [PATCH 2/13] musl libc config

2015-04-28 Thread Joseph Myers
On Mon, 20 Apr 2015, Szabolcs Nagy wrote: > * config/linux.opt (mmusl): New option. New -m options need documenting in invoke.texi. -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH 2/13] musl libc config

2015-04-27 Thread Jeff Law
On 04/27/2015 08:30 AM, Szabolcs Nagy wrote: On 22/04/15 16:42, Szabolcs Nagy wrote: yes, i didn't realize that this depends on the target specific parts i will prepare an updated patch that works if the target has no musl dynamic linker name defined Updated the patch, this time I tested it

Re: [PATCH 2/13] musl libc config

2015-04-27 Thread Szabolcs Nagy
On 22/04/15 16:42, Szabolcs Nagy wrote: > yes, i didn't realize that this depends on the target specific parts > > i will prepare an updated patch that works if the target has no musl > dynamic linker name defined > Updated the patch, this time I tested it separately. (The test revealed that -m

Re: [PATCH 2/13] musl libc config

2015-04-22 Thread Szabolcs Nagy
On 22/04/15 16:36, Kyrylo Tkachov wrote: > On 22/04/15 16:26, Ilya Verbin wrote: >> On Wed, Apr 22, 2015 at 15:34:51 +0100, Kyrill Tkachov wrote: >>> On 22/04/15 14:16, Jeff Law wrote: On 04/20/2015 12:52 PM, Szabolcs Nagy wrote: > Add musl libc support to gcc and the command line option

RE: [PATCH 2/13] musl libc config

2015-04-22 Thread Kyrill Tkachov
On 22/04/15 16:26, Ilya Verbin wrote: > On Wed, Apr 22, 2015 at 15:34:51 +0100, Kyrill Tkachov wrote: >> On 22/04/15 14:16, Jeff Law wrote: >>> On 04/20/2015 12:52 PM, Szabolcs Nagy wrote: Add musl libc support to gcc and the command line option -mmusl following other libc support code.

Re: [PATCH 2/13] musl libc config

2015-04-22 Thread Ilya Verbin
On Wed, Apr 22, 2015 at 15:34:51 +0100, Kyrill Tkachov wrote: > > On 22/04/15 14:16, Jeff Law wrote: > >On 04/20/2015 12:52 PM, Szabolcs Nagy wrote: > >>Add musl libc support to gcc and the command line option -mmusl following > >>other > >>libc support code. > >> > >>Note that -m cannot be entir

Re: [PATCH 2/13] musl libc config

2015-04-22 Thread Kyrill Tkachov
On 22/04/15 14:16, Jeff Law wrote: On 04/20/2015 12:52 PM, Szabolcs Nagy wrote: Add musl libc support to gcc and the command line option -mmusl following other libc support code. Note that -m cannot be entirely correct: there are build time decisions based on the default libc. gcc/Changelog:

Re: [PATCH 2/13] musl libc config

2015-04-22 Thread Jeff Law
On 04/20/2015 12:52 PM, Szabolcs Nagy wrote: Add musl libc support to gcc and the command line option -mmusl following other libc support code. Note that -m cannot be entirely correct: there are build time decisions based on the default libc. gcc/Changelog: 2015-04-16 Gregor Richards

[PATCH 2/13] musl libc config

2015-04-20 Thread Szabolcs Nagy
Add musl libc support to gcc and the command line option -mmusl following other libc support code. Note that -m cannot be entirely correct: there are build time decisions based on the default libc. gcc/Changelog: 2015-04-16 Gregor Richards * config.gcc (LIBC_MUSL): New tm_defines mac