From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1831) id 785D8385803D; Fri, 17 Jun 2022 06:56:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 785D8385803D To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. fbc3a3692fa2bc85cd252d114f801da202f3ed35 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 325020ef06c714fbfd508d57e3f0bda272470464 X-Git-Newrev: fbc3a3692fa2bc85cd252d114f801da202f3ed35 Message-Id: <20220617065638.785D8385803D@sourceware.org> Date: Fri, 17 Jun 2022 06:56:38 +0000 (GMT) From: Chung-Ju Wu X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2022 06:56:38 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via fbc3a3692fa2bc85cd252d114f801da202f3ed35 (commit) from 325020ef06c714fbfd508d57e3f0bda272470464 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fbc3a3692fa2bc85cd252d114f801da202f3ed35 Author: Chung-Ju Wu Date: Fri Jun 17 06:56:12 2022 +0000 gcc-13: Add arm star-mc1 cpu support 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.

- +

arm

+
    +
  • The STAR-MC1 CPU is now supported through the star-mc1 + argument to the -mcpu and -mtune options. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs