From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 12B17385414F; Wed, 13 Dec 2023 17:24:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12B17385414F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702488287; bh=ne2/YQGLlZXQEAwPSjFBtUdvZxjQnIIp6grewcccI4I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OKDyEOsnZhfUCUUTlTp0kbiz//IOdWpyWGVz05QVU0SKkJVG6jPso++ld3GwBr7BO 6F/0/0hbvgdl46mmZwywW3Yyq0m0EkeCo798QoCvytqdqJfbSPoQLp8rq6MSPupyZP 9XzyBvZKLkua+H0CC+ze9x/clBXqPawYZuTzZxp8= 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: Wed, 13 Dec 2023 17:24:45 +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 #9 from Arsen Arsenovi=C4=87 --- removing EXTRA_HOST_FLAGS from the gettext targets fixed the build on my cfarm112. overall, I'm not sure overriding what subconfigures discover and adjust CC = and CFLAGS with is a good idea. it seems sensible to allow subpackages to have that disabled (or to require packages to enable that functionality, but that change would be more intrusive)=