diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-03-21 12:33:34 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-03-21 12:33:34 +0000 |
commit | a226808459ec5385ce85880027bf0ad95a5b3c04 (patch) | |
tree | b9bd62695f02479a7dc88b9c3200b1bcbc785c4d /boehm-gc/configure | |
parent | ef0feeb2f6b5ecad73f8d519929ebffab079031e (diff) | |
download | gcc-a226808459ec5385ce85880027bf0ad95a5b3c04.zip gcc-a226808459ec5385ce85880027bf0ad95a5b3c04.tar.gz gcc-a226808459ec5385ce85880027bf0ad95a5b3c04.tar.bz2 |
gthr-solaris.h: Remove.
gcc:
* gthr-solaris.h: Remove.
* gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
* config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
(LIB_SPEC): Likewise.
* config/sol2.opt (threads): Remove.
* config.gcc (i[34567]86-*-solaris2*): Remove solaris threads
support.
(sparc*-*-solaris2*): Likewise.
* configure.ac (enable_threads): Enable solaris support.
* configure: Regenerate.
* doc/invoke.texi (Option Summary, Solaris 2 Options): Remove
-threads.
* doc/install.texi (Configuration, --enable-threads=lib): Remove
solaris.
boehm-gc:
* configure.ac (THREADS): Remove solaris.
* configure: Regenerate.
libjava:
* configure.ac (THREADS): Remove solaris.
* configure: Regenerate.
From-SVN: r171229
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 9e9cd27..e3fdb06 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -14973,7 +14973,7 @@ $as_echo "#define DGUX_THREADS 1" >>confdefs.h $as_echo "#define _REENTRANT 1" >>confdefs.h ;; - decosf1 | irix | mach | os2 | solaris | dce | vxworks) + decosf1 | irix | mach | os2 | dce | vxworks) as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5 ;; *) |