From patchwork Tue Feb 1 15:37:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 50632 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A6358385AC12 for ; Tue, 1 Feb 2022 15:37:42 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 729293857809 for ; Tue, 1 Feb 2022 15:37:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 729293857809 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 528981F37C; Tue, 1 Feb 2022 15:37:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1643729840; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DZ86vgoSqbqTOIk5Ros/tHRlGKsiHFfNlVeV4wXbgKQ=; b=KiNaWuximWwS6c+TV5oj0f0hYVlShtI10iwpKnzjbSfRk70T/txZE0qgk9kXTQYOqloUR8 FISOwEa34hpH5X3ZeuQz4N8xycF2/CjC5vHrsQhhaX/op3HatCJzbGl6hQgMfQ5noMGCMu mVmUesDwbaherj9EEFZp5qJb68fK/0w= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1643729840; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DZ86vgoSqbqTOIk5Ros/tHRlGKsiHFfNlVeV4wXbgKQ=; b=u2Ym3Mhm8y2vntZjbpU0yHFphQyNW6lE/hP134epGyakJyR/DFOKT1bCPo/UGmbReBsKGC 1il4ObY9SF5aV1Bg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 3E3B013B53; Tue, 1 Feb 2022 15:37:20 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id f7bhDbBT+WFyNgAAMHmgww (envelope-from ); Tue, 01 Feb 2022 15:37:20 +0000 Message-ID: Date: Tue, 1 Feb 2022 16:37:19 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH] docs: remove --disable-stage1-checking from requirements To: gcc-patches@gcc.gnu.org Content-Language: en-US X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" As the minimal GCC version that can build the current master is 4.8, it does not make sense mentioning something for older versions. Ready to be installed? Thanks, Martin gcc/ChangeLog: * doc/install.texi: Remove option for GCC < 4.8. --- gcc/doc/install.texi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 96b4dfc871a..f4e7dc42198 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -239,11 +239,6 @@ To build all languages in a cross-compiler or other configuration where GCC binary (version 4.8 or later) because source code for language frontends other than C might use GCC extensions. -Note that to bootstrap GCC with versions of GCC earlier than 4.8, you -may need to use @option{--disable-stage1-checking}, though -bootstrapping the compiler with such earlier compilers is strongly -discouraged. - @item C standard library and headers In order to build GCC, the C standard library and headers must be present