Commit f3968b05 by Eric Botcazou Committed by Eric Botcazou

re PR target/18444 (Multithreading broken on Unix95-class platforms)

	PR target/18444
	* configure.ac (threading): Accept 'posix95'.
	* configure: Regenerate.

From-SVN: r91042
parent 18167442
2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/18444
* configure.ac (threading): Accept 'posix95'.
* configure: Regenerate.
2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Define ACLOCAL_AMFLAGS.
......@@ -7,7 +13,6 @@
* Makefile.in, include/Makefile.in: Regenerate.
* configure: Regenerate.
2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
* include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
......
......@@ -5306,7 +5306,7 @@ case "$THREADS" in
no | none | single)
THREADS=none
;;
posix | pthreads)
posix | posix95 | pthreads)
THREADS=posix
THREADLIBS=-lpthread
case "$host" in
......
......@@ -120,7 +120,7 @@ case "$THREADS" in
no | none | single)
THREADS=none
;;
posix | pthreads)
posix | posix95 | pthreads)
THREADS=posix
THREADLIBS=-lpthread
case "$host" in
......
2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/18444
* configure.ac (threading): Accept 'posix95'.
* configure: Regenerate.
2004-11-22 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/SocketChannelImpl.java
......
......@@ -8298,7 +8298,7 @@ case "$THREADS" in
no | none | single)
THREADS=none
;;
posix | pthreads)
posix | posix95 | pthreads)
THREADS=posix
case "$host" in
*-*-linux*)
......
......@@ -617,7 +617,7 @@ case "$THREADS" in
no | none | single)
THREADS=none
;;
posix | pthreads)
posix | posix95 | pthreads)
THREADS=posix
case "$host" in
*-*-linux*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment