From: ebotcazou Date: Mon, 22 Nov 2004 22:30:14 +0000 (+0000) Subject: PR target/18444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76ba91eb82cd1b4b754955c824b1bdf196ba154f;p=gc PR target/18444 * configure.ac (threading): Accept 'posix95'. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91042 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index ab77dd46..afbaed42 100644 --- a/ChangeLog +++ b/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/configure b/configure index b3ef2e7e..ebf3bdd2 100755 --- a/configure +++ b/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/configure.ac b/configure.ac index 59a36122..53a71a39 100644 --- a/configure.ac +++ b/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