]> granicus.if.org Git - gc/commitdiff
PR target/18444
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 2004 22:30:14 +0000 (22:30 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:25 +0000 (10:54 +0400)
* configure.ac (threading): Accept 'posix95'.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91042 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index ab77dd46a4c5172fe25aefe6c5795ed75ecd9c95..afbaed422e4230b734e9ee682cc85dea9b2af358 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index b3ef2e7ea6a1de7376e190a91ac49a2e4ff88fb7..ebf3bdd2f1a782ac471b405e0b011a3f11aea573 100755 (executable)
--- 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
index 59a3612220267d1483195e8e92f472a9b7c4796b..53a71a394e6c59ad3e9bc0b0542d70a28d9f14eb 100644 (file)
@@ -120,7 +120,7 @@ case "$THREADS" in
  no | none | single)
     THREADS=none
     ;;
- posix | pthreads)
+ posix | posix95 | pthreads)
     THREADS=posix
     THREADLIBS=-lpthread
     case "$host" in