aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2006-02-07 21:51:43 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-02-07 20:51:43 +0000
commitf71cdfc6a56c15e1fb2edee9a7f5e303e835a66e (patch)
treeb95dc5dee68da5336097a7550cb93aa7e998b903 /gcc/doc
parent1783d22fa7c12427d272b61f514f001bee513603 (diff)
downloadgcc-f71cdfc6a56c15e1fb2edee9a7f5e303e835a66e.zip
gcc-f71cdfc6a56c15e1fb2edee9a7f5e303e835a66e.tar.gz
gcc-f71cdfc6a56c15e1fb2edee9a7f5e303e835a66e.tar.bz2
sol26.h (CPP_SUBTARGET_SPEC): Accept -pthread.
* config/sol26.h (CPP_SUBTARGET_SPEC): Accept -pthread. * config/sol2.h (CPP_SUBTARGET_SPEC): Likewise. (LIB_SPEC): Likewise. * doc/invoke.texi (SPARC options): Document -pthread. From-SVN: r110718
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 04aa6f4..f58c355 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -700,7 +700,7 @@ See RS/6000 and PowerPC Options.
-mstack-bias -mno-stack-bias @gol
-munaligned-doubles -mno-unaligned-doubles @gol
-mv8plus -mno-v8plus -mvis -mno-vis
--threads -pthreads}
+-threads -pthreads -pthread}
@emph{System V Options}
@gccoptlist{-Qy -Qn -YP,@var{paths} -Ym,@var{dir}}
@@ -12260,6 +12260,10 @@ Add support for multithreading using the POSIX threads library. This
option sets flags for both the preprocessor and linker. This option does
not affect the thread safety of object code produced by the compiler or
that of libraries supplied with it.
+
+@item -pthread
+@opindex pthread
+This is a synonym for @option{-pthreads}.
@end table
@node System V Options