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 --- libjava/ChangeLog | 5 +++++ libjava/configure | 2 +- libjava/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 21eeee5..9252da2 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,10 @@ 2011-03-21 Rainer Orth + * configure.ac (THREADS): Remove solaris. + * configure: Regenerate. + +2011-03-21 Rainer Orth + PR bootstrap/48135 * configure.ac (libjava_cv_anon_version_script): Handle --disable-symvers. diff --git a/libjava/configure b/libjava/configure index 2a57e13..62c4706 100755 --- a/libjava/configure +++ b/libjava/configure @@ -20688,7 +20688,7 @@ $as_echo "#define LINUX_THREADS 1" >>confdefs.h ;; win32) ;; - decosf1 | irix | mach | os2 | solaris | dce | vxworks) + decosf1 | irix | mach | os2 | dce | vxworks) as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5 ;; *) diff --git a/libjava/configure.ac b/libjava/configure.ac index c5bb1a0..3a29a49 100644 --- a/libjava/configure.ac +++ b/libjava/configure.ac @@ -1033,7 +1033,7 @@ case "$THREADS" in ;; win32) ;; - decosf1 | irix | mach | os2 | solaris | dce | vxworks) + decosf1 | irix | mach | os2 | dce | vxworks) AC_MSG_ERROR(thread package $THREADS not yet supported) ;; *) -- cgit v1.1