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 <jasonw...@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(-)

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

Reply via email to