diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-10-28 18:26:57 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-11-13 01:10:45 +0000 |
commit | 05432288d4e560556ee0455562639b715d8f8b7d (patch) | |
tree | 010f1e562c2bd15229050fb990188b1bb357d1bb | |
parent | 1736bf5a61c7364c5da6fa52e5e2bfdbc9507c97 (diff) | |
download | gcc-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.rst | 4 |
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; |