aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-19 17:22:28 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-19 17:22:28 +0000
commit046f323efd9149bb5d2d5638466e98ed238b7635 (patch)
tree7300e47b8e3e699942fad3c3ebd54eda0ca41b54 /boehm-gc
parent8154e1e3b6b90344808d1e1fc03203c0e692b662 (diff)
gcc:
* doc/install.texi (Configuration, --enable-threads): Remove mach. Add lynx, mipssde. Sort table. boehm-gc: * configure.ac (THREADS): Remove decosf1, irix, mach, os2. * configure: Regenerate libjava: * configure.ac (THREADS): Remove decosf1, irix, mach, os2. * configure: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog5
-rwxr-xr-xboehm-gc/configure2
-rw-r--r--boehm-gc/configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 7d382b6b5f0..24b5fa7e006 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * configure.ac (THREADS): Remove decosf1, irix, mach, os2.
+ * configure: Regenerate
+
2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR testsuite/48480
diff --git a/boehm-gc/configure b/boehm-gc/configure
index 8da6b17add0..7defe3842c7 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -14867,7 +14867,7 @@ $as_echo "#define GC_OSF1_THREADS 1" >>confdefs.h
$as_echo "#define _REENTRANT 1" >>confdefs.h
;;
- decosf1 | irix | mach | os2 | dce | vxworks)
+ dce | vxworks)
as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5
;;
*)
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac
index 88f5b8063e7..1f7fb25c0e5 100644
--- a/boehm-gc/configure.ac
+++ b/boehm-gc/configure.ac
@@ -235,7 +235,7 @@ case "$THREADS" in
AC_DEFINE(GC_AIX_THREADS,1)
AC_DEFINE(_REENTRANT,1)
;;
- decosf1 | irix | mach | os2 | dce | vxworks)
+ dce | vxworks)
AC_MSG_ERROR(thread package $THREADS not yet supported)
;;
*)