Re: [PING][PATCH 5/13] microblaze musl support

2015-10-15 Thread Szabolcs Nagy
On 15/10/15 20:04, Michael Eager wrote: On 10/15/2015 12:00 PM, Szabolcs Nagy wrote: Ping, patch still works. https://gcc.gnu.org/ml/gcc-patches/2015-05/msg00437.html gcc/Changelog: 2015-05-06 Gregor Richards Szabolcs Nagy * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): D

Re: [PING][PATCH 5/13] microblaze musl support

2015-10-15 Thread Michael Eager
On 10/15/2015 12:00 PM, Szabolcs Nagy wrote: On 06/05/15 12:25, Szabolcs Nagy wrote: On 29/04/15 14:51, Szabolcs Nagy wrote: On 29/04/15 14:17, Michael Eager wrote: On 04/27/2015 07:35 AM, Szabolcs Nagy wrote: On 20/04/15 19:54, Szabolcs Nagy wrote: Set up dynamic linker name for microblaze.

Re: [PING][PATCH 5/13] microblaze musl support

2015-10-15 Thread Szabolcs Nagy
On 06/05/15 12:25, Szabolcs Nagy wrote: On 29/04/15 14:51, Szabolcs Nagy wrote: On 29/04/15 14:17, Michael Eager wrote: On 04/27/2015 07:35 AM, Szabolcs Nagy wrote: On 20/04/15 19:54, Szabolcs Nagy wrote: Set up dynamic linker name for microblaze. Patch v2. (undef MUSL_DYNAMIC_LINKER that

Re: [PATCH 5/13] microblaze musl support

2015-05-06 Thread Szabolcs Nagy
On 29/04/15 14:51, Szabolcs Nagy wrote: > On 29/04/15 14:17, Michael Eager wrote: >> On 04/27/2015 07:35 AM, Szabolcs Nagy wrote: >>> On 20/04/15 19:54, Szabolcs Nagy wrote: Set up dynamic linker name for microblaze. >>> >>> Patch v2. >>> (undef MUSL_DYNAMIC_LINKER that comes from confi

Re: [PATCH 5/13] microblaze musl support

2015-04-29 Thread Szabolcs Nagy
On 29/04/15 14:17, Michael Eager wrote: > On 04/27/2015 07:35 AM, Szabolcs Nagy wrote: >> >> On 20/04/15 19:54, Szabolcs Nagy wrote: >>> Set up dynamic linker name for microblaze. >>> >> >> Patch v2. >> (undef MUSL_DYNAMIC_LINKER that comes from config/linux.h) >> >> gcc/Changelog: >> >> 2015-04-

Re: [PATCH 5/13] microblaze musl support

2015-04-29 Thread Michael Eager
On 04/27/2015 07:35 AM, Szabolcs Nagy wrote: On 20/04/15 19:54, Szabolcs Nagy wrote: Set up dynamic linker name for microblaze. Patch v2. (undef MUSL_DYNAMIC_LINKER that comes from config/linux.h) gcc/Changelog: 2015-04-24 Gregor Richards * config/microblaze/linux.h (MUSL_DYNAM

Re: [PATCH 5/13] microblaze musl support

2015-04-27 Thread Szabolcs Nagy
On 20/04/15 19:54, Szabolcs Nagy wrote: > Set up dynamic linker name for microblaze. > Patch v2. (undef MUSL_DYNAMIC_LINKER that comes from config/linux.h) gcc/Changelog: 2015-04-24 Gregor Richards * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): Define. (DYNAMIC_LINKER):

[PATCH 5/13] microblaze musl support

2015-04-20 Thread Szabolcs Nagy
Set up dynamic linker name for microblaze. gcc/Changelog: 2015-04-16 Gregor Richards * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): Define. (DYNAMIC_LINKER): Change. diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h index a7faa7d..14fe41e 100644 --