Re: [PATCH] Add -pthread option for RTEMS

2013-03-26 Thread Joel Sherrill
I committed this patch which reduces test failures. http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01373.html 2013-01-29 Sebastian Huber * config/rtems.opt: Add -pthread option. -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn

Re: [PATCH] Add -pthread option for RTEMS

2013-03-26 Thread Sebastian Huber
Ping. On 01/29/2013 02:43 PM, Sebastian Huber wrote: A lot of things use the -pthread GCC option if they want to use the Pthreads. Examples are various configure scripts and some GCC test cases. RTEMS supports Pthreads. It is convenient to simply add a -pthread option and ignore it for RTEMS.

[PATCH] Add -pthread option for RTEMS

2013-01-29 Thread Sebastian Huber
A lot of things use the -pthread GCC option if they want to use the Pthreads. Examples are various configure scripts and some GCC test cases. RTEMS supports Pthreads. It is convenient to simply add a -pthread option and ignore it for RTEMS. 2013-01-29 Sebastian Huber * config/rtems.