diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 1 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
3 files changed, 10 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4aab23..0688114 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + * config.gcc: Obsolete *-*-solaris2.8*. + * doc/install.texi (Specific, *-*-solaris2*): Document it. + +2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + PR bootstrap/48135 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm reference. Solaris 8 perl works. diff --git a/gcc/config.gcc b/gcc/config.gcc index 58f6787..6f920c2 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 9d289ec..c703645 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, |