diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2013-05-16 11:36:39 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2013-05-16 11:36:39 +0000 |
commit | 0baddc4592fcdcb85d1417e7f06c2666eb7912e8 (patch) | |
tree | 027f427a293bb99c6ce300bf89defcb01e5e0660 /gcc | |
parent | aa9d5bcf37ac78d4a2331e83aea9ae6a0e8be865 (diff) | |
download | gcc-0baddc4592fcdcb85d1417e7f06c2666eb7912e8.zip gcc-0baddc4592fcdcb85d1417e7f06c2666eb7912e8.tar.gz gcc-0baddc4592fcdcb85d1417e7f06c2666eb7912e8.tar.bz2 |
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.
From-SVN: r198969
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 a8283ae..343d3fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * config.gcc: Obsolete *-*-solaris2.9*. + * doc/install.texi (Specific, *-*-solaris2*): Document it. + 2013-05-16 Richard Biener <rguenther@suse.de> * passes.c (init_optimization_passes): Move pass_parallelize_loops diff --git a/gcc/config.gcc b/gcc/config.gcc index add6e31..41ea505 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -246,6 +246,7 @@ md_file= case ${target} in picochip-* \ | score-* \ + | *-*-solaris2.9* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1265129..1339018 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 |