summaryrefslogtreecommitdiffstats
path: root/boehm-gc/configure
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-22 22:30:14 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-22 22:30:14 +0000
commit0e0ce3a2c152ca88b17c5a176c224b66a09adcde (patch)
treeb133872f449aaf9a042906bdd233e4245cfd7664 /boehm-gc/configure
parent8fde03bac12ef8e8d2241f78edfdd5ddf124cd72 (diff)
downloadppe42-gcc-0e0ce3a2c152ca88b17c5a176c224b66a09adcde.tar.gz
ppe42-gcc-0e0ce3a2c152ca88b17c5a176c224b66a09adcde.zip
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
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-xboehm-gc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure
index b3ef2e7ea6a..ebf3bdd2f1a 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
OpenPOWER on IntegriCloud