From a226808459ec5385ce85880027bf0ad95a5b3c04 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 21 Mar 2011 12:33:34 +0000 Subject: 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 --- gcc/config.gcc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 6f920c2..d288e6a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1426,9 +1426,6 @@ i[34567]86-*-solaris2*) "":yes:* | yes:yes:* ) thread_file=posix ;; - "":*:yes | yes:*:yes ) - thread_file=solaris - ;; esac ;; i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae) @@ -2603,9 +2600,6 @@ sparc*-*-solaris2*) "":yes:* | yes:yes:* ) thread_file=posix ;; - "":*:yes | yes:*:yes ) - thread_file=solaris - ;; esac ;; sparc-wrs-vxworks) -- cgit v1.1