From bc4c6f9c3a41220d32278892f56b045023eea011 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 6 Jan 2011 19:01:28 +0000 Subject: [PATCH] sol2.opt (G, [...]): New Driver options. * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads, rdynamic, threads): New Driver options. From-SVN: r168551 --- gcc/ChangeLog | 5 +++++ gcc/config/sol2.opt | 26 +++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) 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 + + * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads, + rdynamic, threads): New Driver options. + 2011-01-06 Rainer Orth 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 ; . +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 -- 2.30.2