diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-11-25 14:10:25 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-11-25 14:10:25 +0100 |
commit | 9c26c91b94eb72397a4892b28022070a33636492 (patch) | |
tree | e2ca198f23e9917da64e60320df5fa1df3f97987 /gcc | |
parent | f7df9d7aca6b7978ad4c08ee24267787a805a301 (diff) | |
download | gcc-9c26c91b94eb72397a4892b28022070a33636492.zip gcc-9c26c91b94eb72397a4892b28022070a33636492.tar.gz gcc-9c26c91b94eb72397a4892b28022070a33636492.tar.bz2 |
doc: Complete and sort the list of front ends
gcc:
PR other/69374
* doc/install.texi (Downloading the source): Sort the list of
front ends and add D, Go, and Modula-2.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9a5a7b5..c1ccb8b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -628,9 +628,9 @@ HTTPS as tarballs compressed with @command{gzip} or @command{bzip2}. Please refer to the @uref{https://gcc.gnu.org/releases.html,,releases web page} for information on how to obtain GCC@. -The source distribution includes the C, C++, Objective-C, Fortran, -and Ada (in the case of GCC 3.1 and later) compilers, as well as -runtime libraries for C++, Objective-C, and Fortran. +The source distribution includes the Ada, C, C++, Objective-C, D (GCC 9 +and later), Fortran, Go, and Modula-2 (GCC 13 and later) compilers, as +well as runtime libraries for C++, Objective-C, and Fortran. For previous versions these were downloadable as separate components such as the core GCC distribution, which included the C language front end and shared components, and language-specific distributions including the |