diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-20 16:55:25 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-20 16:55:25 +0200 |
commit | 81bf84cf6b1b16609a59ceac5166c3846bba26cd (patch) | |
tree | 9e8a6420c6150b78bb1921932fbed812420d346b | |
parent | eface71c18caea3009ddc1ac624cb41647e9d5c4 (diff) | |
download | gcc-81bf84cf6b1b16609a59ceac5166c3846bba26cd.zip gcc-81bf84cf6b1b16609a59ceac5166c3846bba26cd.tar.gz gcc-81bf84cf6b1b16609a59ceac5166c3846bba26cd.tar.bz2 |
doc: Normalize reference to binutils version for C6X
We generally do not use a hyphen between project name and version.
gcc:
* doc/install.texi (Specific) <c6x-*-*>: Normalize reference to
binutils.
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 4973f19..f871227 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -5048,7 +5048,7 @@ as the @command{build} parameter on the @command{configure} line. For example: @end html @anchor{c6x-x-x} @heading c6x-*-* -The C6X family of processors. This port requires binutils-2.22 or newer. +The C6X family of processors. This port requires binutils 2.22 or newer. @html <hr /> |