public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Add -pthread option for RTEMS
@ 2013-01-29 13:44 Sebastian Huber
  2013-03-26 10:50 ` Sebastian Huber
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Huber @ 2013-01-29 13:44 UTC (permalink / raw)
  To: gcc-patches; +Cc: 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  <sebastian.huber@embedded-brains.de>

        * config/rtems.opt: Add -pthread option.
---
 gcc/config/rtems.opt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gcc/config/rtems.opt b/gcc/config/rtems.opt
index d76b7e7..0b1a353 100644
--- a/gcc/config/rtems.opt
+++ b/gcc/config/rtems.opt
@@ -23,6 +23,9 @@
 
 ; Please try to keep this file in ASCII collating order.
 
+pthread
+Ignore
+
 qnolinkcmds
 Driver
 
-- 
1.7.7

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add -pthread option for RTEMS
  2013-01-29 13:44 [PATCH] Add -pthread option for RTEMS Sebastian Huber
@ 2013-03-26 10:50 ` Sebastian Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Huber @ 2013-03-26 10:50 UTC (permalink / raw)
  To: gcc-patches; +Cc: Joel Sherrill

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.
>
> 2013-01-29  Sebastian Huber  <sebastian.huber@embedded-brains.de>
>
>          * config/rtems.opt: Add -pthread option.
> ---
>   gcc/config/rtems.opt |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/gcc/config/rtems.opt b/gcc/config/rtems.opt
> index d76b7e7..0b1a353 100644
> --- a/gcc/config/rtems.opt
> +++ b/gcc/config/rtems.opt
> @@ -23,6 +23,9 @@
>
>   ; Please try to keep this file in ASCII collating order.
>
> +pthread
> +Ignore
> +
>   qnolinkcmds
>   Driver
>
>


-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add -pthread option for RTEMS
@ 2013-03-26 15:59 Joel Sherrill
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Sherrill @ 2013-03-26 15:59 UTC (permalink / raw)
  To: gcc-patches

I committed this patch which reduces test failures.

http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01373.html

2013-01-29  Sebastian Huber  <sebastian.huber@embedded-brains.de>

         * config/rtems.opt: Add -pthread option.


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-26 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-29 13:44 [PATCH] Add -pthread option for RTEMS Sebastian Huber
2013-03-26 10:50 ` Sebastian Huber
2013-03-26 15:59 Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).