From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93C86393BC29; Tue, 4 May 2021 00:59:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93C86393BC29 From: "wilson at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/27811] [11 Regression] arm-linux-gnueabihf and aarch64-linux-gnu fail to configure in sim, sim/aarch64 Date: Tue, 04 May 2021 00:59:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wilson at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 00:59:44 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27811 Jim Wilson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wilson at gcc dot gnu.org --- Comment #9 from Jim Wilson --- I can reproduce if I use --disable-dependency-tracking. The problem appear= s to be the sim aclocal.m4 files which include $top/config/depstand.m4 which does not respect --disable-dependency-tracking and forces an error if no depende= ncy tracking is found. So what happens is that the sim dir is configured first, respects --disable-dependency-tracking, and sets config.cache entry to none, then we configure any sim/$target dir, which ignores --disable-dependency-tracking, sees the config.cache entry, and gives an er= ror. Though I haven't figured out why sim/configure respects --disable-dependency-tracking, as it appears to include config/depstand.m4 also. --=20 You are receiving this mail because: You are on the CC list for the bug.=