Re: [PATCH] Add ax_pthread.m4 for use in binutils-gdb

2018-05-08 Thread Joshua Watt
On Wed, Apr 18, 2018, 05:20 Pedro Alves <pal...@redhat.com> wrote: > On 04/17/2018 11:10 PM, Joshua Watt wrote: > > On Tue, 2018-04-17 at 22:50 +0100, Pedro Alves wrote: > >> On 04/17/2018 06:24 PM, Joshua Watt wrote: > >>> Ping? I'd really like to ge

Re: [PATCH] Add ax_pthread.m4 for use in binutils-gdb

2018-04-17 Thread Joshua Watt
On Tue, 2018-04-17 at 22:50 +0100, Pedro Alves wrote: > On 04/17/2018 06:24 PM, Joshua Watt wrote: > > Ping? I'd really like to get this in binutils, which apparently > > requires getting it here first. > > I think it would help if you mentioned what this is and > what

Re: [PATCH] Add ax_pthread.m4 for use in binutils-gdb

2018-04-17 Thread Joshua Watt
On Thu, 2018-03-22 at 21:45 -0500, Joshua Watt wrote: > config/ > * ax_pthread.m4: Add file > --- > config/ax_pthread.m4 | 485 > +++ > 1 file changed, 485 insertions(+) > create mode 100644 config/ax_pthread.m4 >

[PATCH] Add ax_pthread.m4 for use in binutils-gdb

2018-03-22 Thread Joshua Watt
config/ * ax_pthread.m4: Add file --- config/ax_pthread.m4 | 485 +++ 1 file changed, 485 insertions(+) create mode 100644 config/ax_pthread.m4 diff --git a/config/ax_pthread.m4 b/config/ax_pthread.m4 new file mode 100644 index

Re: [config patch] Fwd from binutils: add ax_pthread.m4 to config/ directory

2018-03-05 Thread Joshua Watt
On Fri, 2018-02-23 at 08:54 -0600, Joshua Watt wrote: > On Mon, 2018-02-19 at 17:24 -0800, Cary Coutant wrote: > > Please see this patch posted to the binutils list: > > > >https://sourceware.org/ml/binutils/2018-02/msg00260.html > > > > where Joshua propose

Re: [config patch] Fwd from binutils: add ax_pthread.m4 to config/ directory

2018-02-23 Thread Joshua Watt
config/ directory in order to improve > gold's configure-time detection of thread support. > > Is the config/ part of this patch OK? > > config/ > * ax_pthread.m4: New file. > > -cary Ping? I can repost this as a patch here instead of linking to the binutils thread if necessary. Thanks, Joshua Watt

Re: [PATCH] gold: Use autotools pthread macro

2018-02-18 Thread Joshua Watt
readed gold on platforms >> where pthreads is enabled via other methods than just -lpthread (e.g. >> MinGW) >> >> Signed-off-by: Joshua Watt <jpewhac...@gmail.com> >> --- >> config/ax_pthread.m4 | 485 >> gold/Makefil