doc: Remove outdated reference to "core" and front-end downloads

Message ID 20221101135941.444266-1-jwakely@redhat.com
State Accepted
Headers
Series doc: Remove outdated reference to "core" and front-end downloads |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

Jonathan Wakely Nov. 1, 2022, 1:59 p.m. UTC
  This will just confuse most users, the separate tarballs haven't existed
for years (as already noted elsewhere in install.texi).

OK for trunk?

-- >8 --

gcc/ChangeLog:

	* doc/install.texi: Remove anachronism about separate source
	tarballs.
---
 gcc/doc/install.texi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
  

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index c1876f24a84..e2c397c538a 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3102,9 +3102,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 @uref{download.html,,downloaded the testsuites}.
-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
 @uref{https://www.gnu.org/software/dejagnu/,,DejaGnu}, Tcl, and Expect;