Re: [PATCH] libgomp: Add RTEMS support

2015-03-31 Thread Jakub Jelinek
On Tue, Mar 31, 2015 at 09:24:30AM +0200, Sebastian Huber wrote: > > > On 13/03/15 11:43, Jakub Jelinek wrote: > >On Fri, Mar 13, 2015 at 11:38:12AM +0100, Sebastian Huber wrote: > >>I would like to commit this patch to GCC 4.9 and 5.0. > >> > >>libgomp/ChangeLog > >>2015-03-13 Sebastian Huber

Re: [PATCH] libgomp: Add RTEMS support

2015-03-31 Thread Sebastian Huber
On 13/03/15 11:43, Jakub Jelinek wrote: On Fri, Mar 13, 2015 at 11:38:12AM +0100, Sebastian Huber wrote: I would like to commit this patch to GCC 4.9 and 5.0. libgomp/ChangeLog 2015-03-13 Sebastian Huber * configure.tgt (*-*-rtems*): Use local-exec TLS model. * configure.a

Re: [PATCH] libgomp: Add RTEMS support

2015-03-13 Thread Sebastian Huber
On 13/03/15 11:43, Jakub Jelinek wrote: On Fri, Mar 13, 2015 at 11:38:12AM +0100, Sebastian Huber wrote: I would like to commit this patch to GCC 4.9 and 5.0. libgomp/ChangeLog 2015-03-13 Sebastian Huber * configure.tgt (*-*-rtems*): Use local-exec TLS model. * configure.ac

Re: [PATCH] libgomp: Add RTEMS support

2015-03-13 Thread Jakub Jelinek
On Fri, Mar 13, 2015 at 11:38:12AM +0100, Sebastian Huber wrote: > I would like to commit this patch to GCC 4.9 and 5.0. > > libgomp/ChangeLog > 2015-03-13 Sebastian Huber > > * configure.tgt (*-*-rtems*): Use local-exec TLS model. > * configure.ac (*-*-rtems*): Assume Pthread is s

[PATCH] libgomp: Add RTEMS support

2015-03-13 Thread Sebastian Huber
I would like to commit this patch to GCC 4.9 and 5.0. libgomp/ChangeLog 2015-03-13 Sebastian Huber * configure.tgt (*-*-rtems*): Use local-exec TLS model. * configure.ac (*-*-rtems*): Assume Pthread is supported. (pthread.h): Check for this header file. * config