svn commit: r53710 - head/en_US.ISO8859-1/htdocs/platforms
Brandon Bergren
bdragon at FreeBSD.org
Fri Dec 27 19:19:53 UTC 2019
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>
More information about the svn-doc-head
mailing list