From df599020cc16c779acbb20b8c8ca55cd2c8eb244 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 Mar 2013 15:47:12 +0000 Subject: [PATCH] rtems.opt: Add -pthread option. 2013-01-29 Sebastian Huber * config/rtems.opt: Add -pthread option. From-SVN: r197111 --- gcc/ChangeLog | 4 ++++ gcc/config/rtems.opt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71e263c..03c7837 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-01-29 Sebastian Huber + + * config/rtems.opt: Add -pthread option. + 2013-03-26 Richard Biener * alias.c (find_base_term): Avoid redundant and not used 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 -- 2.7.4