From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1992) id E1F3A3835C32; Wed, 22 Jun 2022 02:29:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1F3A3835C32 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Palmer Dabbelt To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1202] RISC-V: Add -mtune=thead-c906 to the invoke docs X-Act-Checkin: gcc X-Git-Author: Palmer Dabbelt X-Git-Refname: refs/heads/trunk X-Git-Oldrev: a33dda016e5acf9c6325ce8a72a1b0238130374e X-Git-Newrev: 98b6e62cf5e7d477b5797084da59561f6d018668 Message-Id: <20220622022956.E1F3A3835C32@sourceware.org> Date: Wed, 22 Jun 2022 02:29:56 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2022 02:29:57 -0000 https://gcc.gnu.org/g:98b6e62cf5e7d477b5797084da59561f6d018668 commit r13-1202-g98b6e62cf5e7d477b5797084da59561f6d018668 Author: Palmer Dabbelt Date: Wed May 25 19:30:55 2022 -0700 RISC-V: Add -mtune=thead-c906 to the invoke docs gcc/ChangeLog * doc/invoke.texi (RISC-V): Document -mtune=thead-c906. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 81d13f4e78e..fb506364702 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -28164,7 +28164,7 @@ Permissible values for this option are: @samp{sifive-e20}, @samp{sifive-e21}, Optimize the output for the given processor, specified by microarchitecture or particular CPU name. Permissible values for this option are: @samp{rocket}, @samp{sifive-3-series}, @samp{sifive-5-series}, @samp{sifive-7-series}, -@samp{size}, and all valid options for @option{-mcpu=}. +@samp{thead-c906}, @samp{size}, and all valid options for @option{-mcpu=}. When @option{-mtune=} is not specified, use the setting from @option{-mcpu}, the default is @samp{rocket} if both are not specified.