diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-08-08 15:39:35 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-08-08 15:39:35 +0000 |
commit | ddaad3c8b1dcd40163af03d1cd5c302966257b21 (patch) | |
tree | e818a4b6b520de30d7c807a4a85e9a02746662bb /libjava | |
parent | 712c948a074b0df50a1df6c5ce2d05acbd9ac972 (diff) | |
download | gcc-ddaad3c8b1dcd40163af03d1cd5c302966257b21.zip gcc-ddaad3c8b1dcd40163af03d1cd5c302966257b21.tar.gz gcc-ddaad3c8b1dcd40163af03d1cd5c302966257b21.tar.bz2 |
configure.ac (THREADS): Remove posix95.
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.
From-SVN: r177568
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 f6bb404..8af4a5f 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 c2779c0..b38728e 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 92546f7..f0ed99c 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*) |