aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-10-28 18:26:57 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-11-13 01:10:45 +0000
commit05432288d4e560556ee0455562639b715d8f8b7d (patch)
tree010f1e562c2bd15229050fb990188b1bb357d1bb
parent1736bf5a61c7364c5da6fa52e5e2bfdbc9507c97 (diff)
downloadgcc-05432288d4e560556ee0455562639b715d8f8b7d.zip
gcc-05432288d4e560556ee0455562639b715d8f8b7d.tar.gz
gcc-05432288d4e560556ee0455562639b715d8f8b7d.tar.bz2
doc: Remove outdated reference to "core" and front-end downloads
gcc/ChangeLog: * doc/install/testing.rst: Remove anachronism about separate source tarballs.
-rw-r--r--gcc/doc/install/testing.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/doc/install/testing.rst b/gcc/doc/install/testing.rst
index 4ae1768..58d93cc 100644
--- a/gcc/doc/install/testing.rst
+++ b/gcc/doc/install/testing.rst
@@ -22,9 +22,7 @@ but it can give you confidence in your new GCC installation or point out
problems before you install and start using your new GCC.
First, you must have :ref:`downloaded the testsuites <downloading-the-source>`.
-These are part of the full distribution, but if you downloaded the
-'core' compiler plus any front ends, you must download the testsuites
-separately.
+These are included in the source tarball.
Second, you must have the testing tools installed. This includes
`DejaGnu <https://www.gnu.org/software/dejagnu/>`_, Tcl, and Expect;