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 /libjava/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 'libjava/configure')
-rwxr-xr-x | libjava/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure b/libjava/configure index 8d7f0d57215..7681b12fdf8 100755 --- a/libjava/configure +++ b/libjava/configure @@ -20704,7 +20704,7 @@ $as_echo "#define LINUX_THREADS 1" >>confdefs.h ;; win32) ;; - decosf1 | irix | mach | os2 | dce | vxworks) + dce | vxworks) as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5 ;; *) |