From f3968b056ec7e9e731f27009e4dec30f9e4ca81e Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 22 Nov 2004 23:30:14 +0100 Subject: re PR target/18444 (Multithreading broken on Unix95-class platforms) PR target/18444 * configure.ac (threading): Accept 'posix95'. * configure: Regenerate. From-SVN: r91042 --- boehm-gc/ChangeLog | 7 ++++++- boehm-gc/configure | 2 +- boehm-gc/configure.ac | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'boehm-gc') diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index ab77dd4..afbaed4 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,9 @@ +2004-11-22 Eric Botcazou + + PR target/18444 + * configure.ac (threading): Accept 'posix95'. + * configure: Regenerate. + 2004-11-04 Kelley Cook * Makefile.am: Define ACLOCAL_AMFLAGS. @@ -7,7 +13,6 @@ * Makefile.in, include/Makefile.in: Regenerate. * configure: Regenerate. - 2004-10-19 Ulrich Weigand * include/private/gc_priv.h (GC_generic_malloc_words_small_inner): diff --git a/boehm-gc/configure b/boehm-gc/configure index b3ef2e7..ebf3bdd 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -5306,7 +5306,7 @@ case "$THREADS" in no | none | single) THREADS=none ;; - posix | pthreads) + posix | posix95 | pthreads) THREADS=posix THREADLIBS=-lpthread case "$host" in diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 59a3612..53a71a3 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -120,7 +120,7 @@ case "$THREADS" in no | none | single) THREADS=none ;; - posix | pthreads) + posix | posix95 | pthreads) THREADS=posix THREADLIBS=-lpthread case "$host" in -- cgit v1.1