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 /libjava | |
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 'libjava')
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rwxr-xr-x | libjava/configure | 2 | ||||
-rw-r--r-- | libjava/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index f6bb404978e..8af4a5faea7 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * configure.ac (THREADS): Remove posix95. + * configure: Regenerate. + 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (GCC_UNWIND_INCLUDE): Rename to diff --git a/libjava/configure b/libjava/configure index c2779c07c91..b38728e1957 100755 --- a/libjava/configure +++ b/libjava/configure @@ -20697,7 +20697,7 @@ case "$THREADS" in no | none | single) THREADS=none ;; - aix | posix | posix95 | pthreads) + aix | posix | pthreads) THREADS=posix case "$host" in *-*-linux*) diff --git a/libjava/configure.ac b/libjava/configure.ac index 92546f72b99..f0ed99ca248 100644 --- a/libjava/configure.ac +++ b/libjava/configure.ac @@ -1043,7 +1043,7 @@ case "$THREADS" in no | none | single) THREADS=none ;; - aix | posix | posix95 | pthreads) + aix | posix | pthreads) THREADS=posix case "$host" in *-*-linux*) |