diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2018-10-16 08:50:48 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2018-10-16 08:50:48 +0000 |
commit | ca3a27b6389aceef621dc64f4867b4c14868fe11 (patch) | |
tree | 3b63ae06b9a6734684a0d8a35601850c46d62b0f /gcc/config.gcc | |
parent | 7bb031ede3f47973abd070e0821f75c79fe46c8a (diff) | |
download | gcc-ca3a27b6389aceef621dc64f4867b4c14868fe11.zip gcc-ca3a27b6389aceef621dc64f4867b4c14868fe11.tar.gz gcc-ca3a27b6389aceef621dc64f4867b4c14868fe11.tar.bz2 |
Obsolete Solaris 10 support
contrib:
* config-list.mk (LIST): Switch to i686-solaris2.11,
sparc64-sun-solaris2.11.
gcc:
* config.gcc: Obsolete *-*-solaris2.10*.
* doc/install.texi (Specific, *-*-solaris2*): Document it.
From-SVN: r265186
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 8521f7d..720e6a7 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -236,7 +236,8 @@ md_file= # Obsolete configurations. case ${target} in - powerpc*-*-*spe* \ + *-*-solaris2.10* \ + | powerpc*-*-*spe* \ | tile*-*-* \ ) if test "x$enable_obsolete" != xyes; then |