diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-03-26 12:21:31 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-03-26 12:21:31 +0200 |
commit | 9cdbe57362e5e1c3bfdec798dfd37de2b32b24bc (patch) | |
tree | deebf40313d6d07d5dfe9b2fc865a839fe5c665f | |
parent | 810b924f75df6abb5235796697249072dbd9affd (diff) | |
download | gcc-9cdbe57362e5e1c3bfdec798dfd37de2b32b24bc.zip gcc-9cdbe57362e5e1c3bfdec798dfd37de2b32b24bc.tar.gz gcc-9cdbe57362e5e1c3bfdec798dfd37de2b32b24bc.tar.bz2 |
doc: Remove anachronistic note related to languages built
This is another instance of what ce51e8439a49 (and originally
05432288d4e5) addressed in a different part. We stopped shipping
granular tarballs years ago.
gcc/ChangeLog:
* doc/install.texi: Remove anachronistic note
related to languages built and separate source tarballs.
-rw-r--r-- | gcc/doc/install.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 63fc949..15aef13 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3482,13 +3482,6 @@ This tells us which version of GCC you built and the options you passed to configure. @item -Whether you enabled all languages or a subset of them. If you used a -full distribution then this information is part of the configure -options in the output of @samp{gcc -v}, but if you downloaded the -``core'' compiler plus additional front ends then it isn't apparent -which ones you built unless you tell us about it. - -@item If the build was for GNU/Linux, also include: @itemize @bullet @item |