sol2.opt (G, [...]): New Driver options.
* config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads, rdynamic, threads): New Driver options. From-SVN: r168551
This commit is contained in:
parent
adb75db067
commit
bc4c6f9c3a
2 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue