diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-04-19 17:22:28 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-04-19 17:22:28 +0000 |
commit | 60bea929924f57c886ee5380d24bfe6640030d54 (patch) | |
tree | 7300e47b8e3e699942fad3c3ebd54eda0ca41b54 /boehm-gc/configure.ac | |
parent | 444b39959c3515529988f1b67974f46cddbb7976 (diff) | |
download | gcc-60bea929924f57c886ee5380d24bfe6640030d54.tar.gz |
install.texi (Configuration, [...]): Remove mach.
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
From-SVN: r172726
Diffstat (limited to 'boehm-gc/configure.ac')
-rw-r--r-- | boehm-gc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) ;; *) |