From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 26 Oct 2025 21:33:48 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vD7Qy-00C6dG-0V for lore@lore.pengutronix.de; Sun, 26 Oct 2025 21:33:48 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vD7Qs-0002uw-T0; Sun, 26 Oct 2025 21:33:42 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vD7Q7-0001Gl-Nc; Sun, 26 Oct 2025 21:32:55 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vD7Q7-005ap4-1k; Sun, 26 Oct 2025 21:32:55 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vD7Q7-0000000474d-24Q1; Sun, 26 Oct 2025 21:32:55 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 26 Oct 2025 21:32:55 +0100 Message-ID: <20251026203255.980496-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251024091546.3497054-2-rhi@pengutronix.de> References: <20251024091546.3497054-2-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] gdb: depend on GMP and MPFR by default X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 8d27d5bab66012d2e0209e1a4001a2ece96b3a91. Michael [sent from post-receive hook] On Sun, 26 Oct 2025 21:32:55 +0100, Roland Hieber wrote: > Current toolchains have GDB 15.2, which is also our default version if > not the toolchain GDB is used. In these cases, the additional > dependencies should be enabled by default when enabling the GDB symbol. > > Signed-off-by: Roland Hieber > Message-Id: <20251024091546.3497054-2-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/gdb.in b/rules/gdb.in > index 75652d1990f0..9ee7ac91ab11 100644 > --- a/rules/gdb.in > +++ b/rules/gdb.in > @@ -46,6 +46,7 @@ config GDB_DEBUGINFO_SUPPORT > > config GDB_11_1 > bool > + default y > prompt "gdb-11.1 or later" > help > Since gdb-11.1, GMP is a required dependency. Enable this option > @@ -53,6 +54,7 @@ config GDB_11_1 > > config GDB_14_1 > bool > + default y > select GDB_ZSTD > prompt "gdb-14.1 or later" > help