summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-06 19:01:28 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-06 19:01:28 +0000
commitfef758e34de48dc51f16cab93cc3f177a661f7a5 (patch)
treeea81a4ca8db78afd7e26ddc23931a7da5316289d
parent256aa63814d5044ee93c44d574dbcf15a8a41e74 (diff)
downloadppe42-gcc-fef758e34de48dc51f16cab93cc3f177a661f7a5.tar.gz
ppe42-gcc-fef758e34de48dc51f16cab93cc3f177a661f7a5.zip
* config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
rdynamic, threads): New Driver options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168551 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sol2.opt26
2 files changed, 30 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4f8b20b1de8..dd0ee973403 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-06 Joseph Myers <joseph@codesourcery.com>
+
+ * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
+ rdynamic, threads): New Driver options.
+
2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/38118
diff --git a/gcc/config/sol2.opt b/gcc/config/sol2.opt
index 2da2ab5774c..c1a78cb028d 100644
--- a/gcc/config/sol2.opt
+++ b/gcc/config/sol2.opt
@@ -1,6 +1,6 @@
; Options for the Solaris 2 port of the compiler
;
-; Copyright (C) 2010 Free Software Foundation, Inc.
+; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
@@ -18,6 +18,30 @@
; along with GCC; see the file COPYING3. If not see
; <http://www.gnu.org/licenses/>.
+G
+Driver
+
+YP,
+Driver Joined
+
+Ym,
+Driver Joined
+
+compat-bsd
+Driver
+
mimpure-text
Target Report
Pass -z text to linker
+
+pthread
+Driver
+
+pthreads
+Driver
+
+rdynamic
+Driver
+
+threads
+Driver
OpenPOWER on IntegriCloud