diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-16 11:36:39 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-16 11:36:39 +0000 |
commit | 062ed8458e2416dac2ea959a50c60ae54dee740f (patch) | |
tree | 027f427a293bb99c6ce300bf89defcb01e5e0660 /gcc/doc | |
parent | 9c7f0e6291a0f136d7e47478b7a6d3c79b0b849a (diff) | |
download | gcc-062ed8458e2416dac2ea959a50c60ae54dee740f.tar.gz |
Obsolete Solaris 9 support
gcc:
* config.gcc: Obsolete *-*-solaris2.9*.
* doc/install.texi (Specific, *-*-solaris2*): Document it.
contrib:
* config-list.mk (LIST): Add -enable-obsolete for
sparc-sun-solaris2.9, i686-solaris2.9.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1265129988e..1339018449d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4068,8 +4068,10 @@ supported as cross-compilation target only. @c alone is too unspecific and must be avoided. @heading @anchor{x-x-solaris2}*-*-solaris2* -Support for Solaris 8 has removed in GCC 4.8. Support for Solaris 7 has -been removed in GCC 4.6. +Support for Solaris 9 has been obsoleted in GCC 4.9, but can still be +enabled by configuring with @option{--enable-obsolete}. Support will be +removed in GCC 4.10. Support for Solaris 8 has 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 before Solaris 10, though you can download the Sun Studio compilers for free. In Solaris 10 and |