mirror of git://gcc.gnu.org/git/gcc.git
re PR target/18444 (Multithreading broken on Unix95-class platforms)
PR target/18444 * configure.ac (threading): Accept 'posix95'. * configure: Regenerate. From-SVN: r91042
This commit is contained in:
parent
181674429b
commit
f3968b056e
|
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
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*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue