From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 2AF6B3858D37 for ; Tue, 1 Nov 2022 13:59:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2AF6B3858D37 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667311184; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=evlQFYU0PdtIMjvu3ysRq1+LvoyInCJGZTQRrkQ/LcM=; b=C02iE1cVVKv6WUgmyqWy+BeDZobFv2lODmM2F4+PfkRaFrcXBxRrjit6i6O0mRNN3rGrsh QIC2lmdsWF17kjlGGl/Y2onP7QpiMg3PRSBqQD6h8USmlYWBP6JD3hfCC4UsS2Fe4UWK28 CoN+ATcCYHWRdo+/yXua+cyQK+TkZOk= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-629-rlNBfYEfNc-cJpS2ZfOP0A-1; Tue, 01 Nov 2022 09:59:43 -0400 X-MC-Unique: rlNBfYEfNc-cJpS2ZfOP0A-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8737B38164C1 for ; Tue, 1 Nov 2022 13:59:43 +0000 (UTC) Received: from localhost (unknown [10.33.37.13]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4F8CEC8E400 for ; Tue, 1 Nov 2022 13:59:43 +0000 (UTC) From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [PATCH] doc: Remove outdated reference to "core" and front-end downloads Date: Tue, 1 Nov 2022 13:59:41 +0000 Message-Id: <20221101135941.444266-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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(-) 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; -- 2.38.1