diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-06 19:01:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-06 19:01:28 +0000 |
commit | bc4c6f9c3a41220d32278892f56b045023eea011 (patch) | |
tree | ea81a4ca8db78afd7e26ddc23931a7da5316289d /gcc | |
parent | adb75db0677f4f8088e5ede6c2457be0337b33d6 (diff) | |
download | gcc-bc4c6f9c3a41220d32278892f56b045023eea011.zip gcc-bc4c6f9c3a41220d32278892f56b045023eea011.tar.gz gcc-bc4c6f9c3a41220d32278892f56b045023eea011.tar.bz2 |
sol2.opt (G, [...]): New Driver options.
* config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
rdynamic, threads): New Driver options.
From-SVN: r168551
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sol2.opt | 26 |
2 files changed, 30 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f8b20b..dd0ee97 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 2da2ab5..c1a78cb 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 |