diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-08 15:39:35 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-08 15:39:35 +0000 |
commit | fe5ef4a01870545d0344e670cd528ad096ebab1d (patch) | |
tree | e818a4b6b520de30d7c807a4a85e9a02746662bb /gcc/doc/install.texi | |
parent | 51e6e22ca097d84c2aea0e524edc6d79ae6bc030 (diff) | |
download | gcc-fe5ef4a01870545d0344e670cd528ad096ebab1d.tar.gz |
boehm-gc:
* configure.ac (THREADS): Remove posix95.
* configure: Regenerate.
gcc:
* gthr-posix95.h: Remove.
* gthr.h [_PTHREADS95]: Remove.
* configure.ac (enable_threads): Remove posix95.
* configure: Regenerate.
* doc/install.texi (Configuration, --enable-threads): Remove
posix95.
libgomp:
* config/posix95/lock.c, posix95/omp-lock.h: Remove.
libjava:
* configure.ac (THREADS): Remove posix95.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177568 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9b1b037c02a..83a7361386f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1145,8 +1145,6 @@ MIPS SDE thread support. This is an alias for @samp{single}. @item posix Generic POSIX/Unix98 thread support. -@item posix95 -Generic POSIX/Unix95 thread support. @item rtems RTEMS thread support. @item single |