From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8B5538582B1; Tue, 5 Dec 2023 22:53:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8B5538582B1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701816801; bh=A/r705043xEK7DGCbodKV/yLYcpOs9w/OMObo4NY1Os=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ycVLw+GNX6vT26oBDL5wLZrg19cVoO9dYFx3UBNkqphMGhqYeAKCV5ONie6DhIxMU JZoYAFBUSA0c6oyFeWfC/JvM3ab6FPplpQLdhPBaeyLMJx/CR1tVLN+0woL1PaRZnX KdxCO5oJj0itHOD76IkPvH45K2EW+KRiRUv2Pfuc= From: "arsen at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/112534] [14 regression] build failure after r14-5424-gdb50aea6259545 using gcc 4.8.5 Date: Tue, 05 Dec 2023 22:53:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: arsen at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112534 --- Comment #8 from Arsen Arsenovi=C4=87 --- (In reply to Jakub Jelinek from comment #7) > Exporting say CC or CXX to the host CC/CXX in stage1 and previous-stage/x= gcc > -B previous-stage/ and similar is obviously required, otherwise bootstrap > wouldn't work at all. And various config/*.mk amend various other make > variables in various different stages as needed. sure, but is that necessary in 'all-*' stages if 'configure-*' already had = CC et al exported?=