]> granicus.if.org Git - gc/commitdiff
boehm-gc: * configure.ac (THREADS): Remove posix95. * configure: Regenerate.
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Aug 2011 15:39:35 +0000 (15:39 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 5 Mar 2012 15:16:00 +0000 (19:16 +0400)
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

ChangeLog
configure
configure.ac

index 34e3882e50601bf17a62f1faf90a8c333e8eac2e..15f079dd3a216eed1bf4f152d22550e6ac725095 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (THREADS): Remove posix95.
+       * configure: Regenerate.
+
 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR target/39150
index 66bb3e7f06a99cef8deb44693c20d49e89439835..632a229cdf2b4c1bd65fbfca1dc87f98fb22d42c 100755 (executable)
--- a/configure
+++ b/configure
@@ -14712,7 +14712,7 @@ case "$THREADS" in
  no | none | single)
     THREADS=none
     ;;
- posix | posix95 | pthreads)
+ posix | pthreads)
     THREADS=posix
     THREADLIBS=-lpthread
     case "$host" in
index 799959a0e0f00638d59b40d8ce285f0bf2c619f5..a741ca6d27aa240e07e011fd2749481ec7fe22f6 100644 (file)
@@ -129,7 +129,7 @@ case "$THREADS" in
  no | none | single)
     THREADS=none
     ;;
- posix | posix95 | pthreads)
+ posix | pthreads)
     THREADS=posix
     THREADLIBS=-lpthread
     case "$host" in