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> 2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Define ACLOCAL_AMFLAGS. * Makefile.am: Define ACLOCAL_AMFLAGS.
...@@ -7,7 +13,6 @@ ...@@ -7,7 +13,6 @@
* Makefile.in, include/Makefile.in: Regenerate. * Makefile.in, include/Makefile.in: Regenerate.
* configure: Regenerate. * configure: Regenerate.
2004-10-19 Ulrich Weigand <uweigand@de.ibm.com> 2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
* include/private/gc_priv.h (GC_generic_malloc_words_small_inner): * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
......
...@@ -5306,7 +5306,7 @@ case "$THREADS" in ...@@ -5306,7 +5306,7 @@ case "$THREADS" in
no | none | single) no | none | single)
THREADS=none THREADS=none
;; ;;
posix | pthreads) posix | posix95 | pthreads)
THREADS=posix THREADS=posix
THREADLIBS=-lpthread THREADLIBS=-lpthread
case "$host" in case "$host" in
......
...@@ -120,7 +120,7 @@ case "$THREADS" in ...@@ -120,7 +120,7 @@ case "$THREADS" in
no | none | single) no | none | single)
THREADS=none THREADS=none
;; ;;
posix | pthreads) posix | posix95 | pthreads)
THREADS=posix THREADS=posix
THREADLIBS=-lpthread THREADLIBS=-lpthread
case "$host" in 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> 2004-11-22 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/SocketChannelImpl.java * gnu/java/nio/SocketChannelImpl.java
......
...@@ -8298,7 +8298,7 @@ case "$THREADS" in ...@@ -8298,7 +8298,7 @@ case "$THREADS" in
no | none | single) no | none | single)
THREADS=none THREADS=none
;; ;;
posix | pthreads) posix | posix95 | pthreads)
THREADS=posix THREADS=posix
case "$host" in case "$host" in
*-*-linux*) *-*-linux*)
......
...@@ -617,7 +617,7 @@ case "$THREADS" in ...@@ -617,7 +617,7 @@ case "$THREADS" in
no | none | single) no | none | single)
THREADS=none THREADS=none
;; ;;
posix | pthreads) posix | posix95 | pthreads)
THREADS=posix THREADS=posix
case "$host" in case "$host" in
*-*-linux*) *-*-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