diff mbox series

[wwwdocs] gcc-13: add arm star-mc1 cpu

Message ID ff543fb6-6ae2-e5e9-5743-6a54e32870d5@gmail.com
State New
Headers show
Series [wwwdocs] gcc-13: add arm star-mc1 cpu | expand

Commit Message

Chung-Ju Wu June 16, 2022, 6:05 a.m. UTC
Hi,

Recently we added arm star-mc1 cpu support to upstream:
https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html

It would be great if we can describe it on gcc-13 changes.html as well.
Attached is the patch for gcc-wwwdocs repository.

Is it OK?

Regards,
jasonwucj
From 379e1b67b92becaf1dc152ba1b5eaf617eaf3972 Mon Sep 17 00:00:00 2001
From: Chung-Ju Wu <jasonwucj@gmail.com>
Date: Thu, 16 Jun 2022 02:37:36 +0000
Subject: [PATCH] gcc-13: Add arm star-mc1 cpu support

---
 htdocs/gcc-13/changes.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Gerald Pfeifer June 16, 2022, 3:23 p.m. UTC | #1
On Thu, 16 Jun 2022, Chung-Ju Wu wrote:
> Recently we added arm star-mc1 cpu support to upstream:
> https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html
> 
> It would be great if we can describe it on gcc-13 changes.html as well.
> Attached is the patch for gcc-wwwdocs repository.

Looks good to me (from the wwwdocs side), thank you!

Gerald
Chung-Ju Wu June 17, 2022, 8:42 a.m. UTC | #2
On 2022/06/16 23:23 UTC+8, Gerald Pfeifer wrote:
> On Thu, 16 Jun 2022, Chung-Ju Wu wrote:
>> Recently we added arm star-mc1 cpu support to upstream:
>> https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html
>>
>> It would be great if we can describe it on gcc-13 changes.html as well.
>> Attached is the patch for gcc-wwwdocs repository.
> 
> Looks good to me (from the wwwdocs side), thank you!
> 
> Gerald

Hi Gerald,

Thanks for the approval!
Committed as: fbc3a3692fa2bc85cd252d114f801da202f3ed35


Hi Kyrylo,

If there requires any other adjustment on description, just let me know and I will make further changes accordingly. Thanks.


Regards,
jasonwucj
diff mbox series

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index a262087f..90e979b0 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -109,7 +109,12 @@  a work-in-progress.</p>
 
 <!-- <h3 id="arc">ARC</h3> -->
 
-<!-- <h3 id="arm">arm</h3> -->
+<h3 id="arm">arm</h3>
+<ul>
+  <li>The STAR-MC1 CPU is now supported through the <code>star-mc1</code>
+  argument to the <code>-mcpu</code> and <code>-mtune</code> options.
+  </li>
+</ul>
 
 <!-- <h3 id="avr">AVR</h3> -->