diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-13 21:48:34 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-14 09:35:02 +0100 |
commit | cf1457e24e0c172016551317d4330067f03c9a55 (patch) | |
tree | 2172d73be8bd083447a87237a6c193160f8929f1 | |
parent | bd24b5dbb6877c339533f414b39c33cffe562067 (diff) | |
download | gcc-cf1457e24e0c172016551317d4330067f03c9a55.zip gcc-cf1457e24e0c172016551317d4330067f03c9a55.tar.gz gcc-cf1457e24e0c172016551317d4330067f03c9a55.tar.bz2 |
Revert "doc: Remove outdated reference to "core" and front-end downloads"
This reverts commit 05432288d4e560556ee0455562639b715d8f8b7d.
-rw-r--r-- | gcc/doc/install/testing.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/doc/install/testing.rst b/gcc/doc/install/testing.rst index 58d93cc..4ae1768 100644 --- a/gcc/doc/install/testing.rst +++ b/gcc/doc/install/testing.rst @@ -22,7 +22,9 @@ 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 included in the source tarball. +These are part of the full distribution, but if you downloaded the +'core' compiler plus any front ends, you must download the testsuites +separately. Second, you must have the testing tools installed. This includes `DejaGnu <https://www.gnu.org/software/dejagnu/>`_, Tcl, and Expect; |