svn commit: r53878 - head/en_US.ISO8859-1/htdocs/platforms

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Feb 7 06:36:04 UTC 2020


Author: lwhsu (src,ports committer)
Date: Fri Feb  7 06:36:03 2020
New Revision: 53878
URL: https://svnweb.freebsd.org/changeset/doc/53878

Log:
  Update platform support information
  
  MIPS* have migrated to external gcc toolchain and Sparc64 support has been
  moved to tier 4.
  
  Reviewed by:	jhb
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D23540

Modified:
  head/en_US.ISO8859-1/htdocs/platforms/index.xml

Modified: head/en_US.ISO8859-1/htdocs/platforms/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/platforms/index.xml	Fri Feb  7 02:02:29 2020	(r53877)
+++ head/en_US.ISO8859-1/htdocs/platforms/index.xml	Fri Feb  7 06:36:03 2020	(r53878)
@@ -90,35 +90,35 @@
 	  <td><a href="mips.html">mips, mipsel</a></td>
 	  <td>Tier 3</td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 2</td>
 	</tr>
 	<tr>
 	  <td>32-bit MIPS hard-float</td>
 	  <td><a href="mips.html">mipshf, mipselhf</a></td>
-	  <td></td>
+	  <td>N/A</td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 2</td>
 	</tr>
 	<tr>
 	  <td>32-bit MIPS n32</td>
 	  <td><a href="mips.html">mipsn32</a></td>
 	  <td>Tier 3</td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 2</td>
 	</tr>
 	<tr>
 	  <td>64-bit MIPS soft-float</td>
 	  <td><a href="mips.html">mips64, mips64el</a></td>
 	  <td>Tier 3</td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 2</td>
 	</tr>
 	<tr>
 	  <td>64-bit MIPS hard-float</td>
 	  <td><a href="mips.html">mips64hf, mips64elhf</a></td>
-	  <td></td>
+	  <td>N/A</td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 2</td>
 	</tr>
 	<tr>
 	  <td>32-bit PowerPC</td>
@@ -154,7 +154,7 @@
 	  <td><a href="sparc.html">sparc64</a></td>
 	  <td>Tier 2</td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 4</td>
 	</tr>
       </tbody>
     </table>
@@ -163,9 +163,6 @@
     <ol>
       <li><a name="n-armv7"></a>armv7 platforms were supported by
         armv6 prior to 12.0.</li>
-      <li><a name="n-gcc4"></a>These platforms will be transitioned to
-        Tier 4 for 13.0 unless their default toolchain is changed away
-        from GCC 4.2.1.</li>
     </ol>
 
     <h2>Unsupported Platforms</h2>


More information about the svn-doc-head mailing list