diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-19 17:22:28 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-19 17:22:28 +0000 |
commit | 046f323efd9149bb5d2d5638466e98ed238b7635 (patch) | |
tree | 7300e47b8e3e699942fad3c3ebd54eda0ca41b54 /boehm-gc/configure | |
parent | 8154e1e3b6b90344808d1e1fc03203c0e692b662 (diff) | |
download | gcc-046f323efd9149bb5d2d5638466e98ed238b7635.tar.gz |
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/configure')
-rwxr-xr-x | boehm-gc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; *) |