From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B19593858281; Thu, 22 Dec 2022 10:29:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B19593858281 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671704963; bh=mrK1OuaX5SjwlrAq84EavTID7Y3yCwg/nnaTZXmFrY0=; h=From:To:Subject:Date:From; b=j4m60t/vASqsW0c22KL9RUQm0bbo3L9sLrklgAj9ZG8SLGnmIPo3cQiWMl59+lVIS 33ZV6wn51r/RYFjloAzYIFI4/PcTQNexTti88oAR54RucyU2YQm9yLYdLmjm3A3RMO PFm9KyJC/2X8/qn2xaryP65m4YLwiG8JRgEOYe5c= From: "pexu at sourceware dot mail.kapsi.fi" To: gdb-prs@sourceware.org Subject: [Bug gdb/29933] New: [Regression] Toplevel configure does not honor --disable-gdb for GMP/MPFR check Date: Thu, 22 Dec 2022 10:29:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pexu at sourceware dot mail.kapsi.fi X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29933 Bug ID: 29933 Summary: [Regression] Toplevel configure does not honor --disable-gdb for GMP/MPFR check Product: gdb Version: HEAD Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: pexu at sourceware dot mail.kapsi.fi Target Milestone: --- Hi. As of 991180627851801f1999d1ebbc0e569a17e47c74 GMP and MPFR configuration is now moved to toplevel configure. However, if gdb is disabled with --disable-gdb the toplevel configure still applies require_gmp=3Dyes if the source directory ${srcdir}/gdb exists. Ho= wever, this check should honor --disable-gdb (i.e. noconfigdirs) and not only test= for the source directory existence. --=20 You are receiving this mail because: You are on the CC list for the bug.=