From: Rainer Orth Date: Mon, 21 Mar 2011 12:28:38 +0000 (+0000) Subject: config.gcc: Obsolete *-*-solaris2.8*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c43d9a1b38d995014f72928cccfcfbbcbeb9ddfe;p=gcc.git config.gcc: Obsolete *-*-solaris2.8*. * config.gcc: Obsolete *-*-solaris2.8*. * doc/install.texi (Specific, *-*-solaris2*): Document it. From-SVN: r171226 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4aab2388e5..068811485c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-21 Rainer Orth + + * config.gcc: Obsolete *-*-solaris2.8*. + * doc/install.texi (Specific, *-*-solaris2*): Document it. + 2011-03-21 Rainer Orth PR bootstrap/48135 diff --git a/gcc/config.gcc b/gcc/config.gcc index 58f67878d24..6f920c26ab2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -250,6 +250,7 @@ case ${target} in | powerpc*-*-gnu* \ | score-* \ | sh*-*-symbianelf* \ + | *-*-solaris2.8* \ | vax-*-netbsd* \ ) if test "x$enable_obsolete" != xyes; then diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9d289ec3da1..c7036453f15 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -46,7 +46,7 @@ @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, @c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -@c 2010 Free Software Foundation, Inc. +@c 2010, 2011 Free Software Foundation, Inc. @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com @c IMPORTANT: whenever you modify this file, run `install.texi2html' to @@ -4145,7 +4145,9 @@ supported as cross-compilation target only. @c alone is too unspecific and must be avoided. @heading @anchor{x-x-solaris2}*-*-solaris2* -Support for Solaris 7 has been removed in GCC 4.6. +Support for Solaris 8 has been obsoleted in GCC 4.7, but can still be +enabled by configuring with @option{--enable-obsolete}. Support will be +removed in GCC 4.8. Support for Solaris 7 has been removed in GCC 4.6. Sun does not ship a C compiler with Solaris 2, though you can download the Sun Studio compilers for free. Alternatively,