[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
This commit is contained in:
Brandon Bergren 2019-12-27 19:19:52 +00:00
parent 6d97be1a27
commit 13da8b359f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53710

View file

@ -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>