From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 017A73858C2B; Tue, 5 Dec 2023 22:26:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 017A73858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701815186; bh=aq/NQhesV7OybQR4CZl+oOF6HEQ2zah5+kvP01/VBQ4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WF8VHkn9DRz+gx3C82lzI/PMdlXEwxtXfAy0Om0Zt3+UtzsLJObCMU2tQwpwrzsci TiLzSXYaxlQQxeyHHAxWh6KefGeT0jMwhTdxDiiu5cqWGvtkMDUwoK8PH7IVP+t2k9 Cyy/wBgv+PUSe5xF1Dk5kjp5nCdQuo85oFEBgUZw= From: "jakub 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:26:25 +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: jakub 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 #7 from Jakub Jelinek --- (In reply to Arsen Arsenovi=C4=87 from comment #6) > yes, that seems doable but I am curious about why the flag propagation via > export is necessary. would each configure not already have the appropria= te > flags set? Exporting say CC or CXX to the host CC/CXX in stage1 and previous-stage/xgc= c -B previous-stage/ and similar is obviously required, otherwise bootstrap woul= dn't work at all. And various config/*.mk amend various other make variables in various different stages as needed.=