Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 19:19:52 +0000 (UTC)
From:      Brandon Bergren <bdragon@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53710 - head/en_US.ISO8859-1/htdocs/platforms
Message-ID:  <201912271919.xBRJJqlB095572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdragon (src committer)
Date: Fri Dec 27 19:19:52 2019
New Revision: 53710
URL: https://svnweb.freebsd.org/changeset/doc/53710

Log:
  [PowerPC] Update /platforms to reflect the powerpc* switch to clang.
  
  As of r356111, the default compiler on all powerpc* targets in HEAD is
  no longer GCC4.
  
  As such, remove powerpc* from the automatic-transition-to-tier-4 list.
  
  (This includes powerpcspe, which is currently broken as-is in HEAD because
  of some target triple issues that will be fixed soon, but builds and works
  fine in clang with some minor out-of-tree patches.)
  
  Approved by:	docs
  Differential Revision:	https://reviews.freebsd.org/D22934

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	Tue Dec 24 13:22:27 2019	(r53709)
+++ head/en_US.ISO8859-1/htdocs/platforms/index.xml	Fri Dec 27 19:19:52 2019	(r53710)
@@ -125,21 +125,21 @@
 	  <td><a href="ppc.html">powerpc</a></td>
 	  <td>Tier 2</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 with SPE</td>
 	  <td><a href="ppc.html">powerpcspe</a></td>
 	  <td></td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 2</td>
 	</tr>
 	<tr>
 	  <td>64-bit PowerPC</td>
 	  <td><a href="ppc.html">powerpc64</a></td>
 	  <td>Tier 2</td>
 	  <td>Tier 2</td>
-	  <td>Tier 4 <a href="#n-gcc4">*2</a></td>
+	  <td>Tier 2</td>
 	</tr>
 	<tr>
 	  <td>64-bit RISC-V</td>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912271919.xBRJJqlB095572>