diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-09 03:24:16 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-09 03:24:16 +0000 |
commit | 112a68acadd3f79a79c318c3ef342e5b6760a8ba (patch) | |
tree | 2234d8a6d2b639156e1aa961011a154462871843 /gcc | |
parent | 23a555b077d77c46a1690eb90c029d40a33ea5c5 (diff) | |
download | gcc-112a68acadd3f79a79c318c3ef342e5b6760a8ba.zip gcc-112a68acadd3f79a79c318c3ef342e5b6760a8ba.tar.gz gcc-112a68acadd3f79a79c318c3ef342e5b6760a8ba.tar.bz2 |
install.texi: Remove reference to removed 'pthreads' thread option.
* doc/install.texi: Remove reference to removed 'pthreads' thread
option.
From-SVN: r72253
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b964168..484e607 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-08 Nathanael Nerode <neroden@gcc.gnu.org> + + * doc/install.texi: Remove reference to removed 'pthreads' thread + option. + 2003-10-08 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ab2efa4..6869d2e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -890,10 +890,6 @@ missing and thus this setting will cause a known bootstrap failure.) This is an alias for @samp{single}. @item posix Generic POSIX thread support. -@item pthreads -Same as @samp{posix} on arm*-*-linux*, *-*-chorusos* and *-*-freebsd* -only. A future release of gcc might remove this alias or extend it -to all platforms. @item rtems RTEMS thread support. @item single |