From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 24 Jun 2022 07:18:23 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o4bi1-00CstG-Qg for lore@lore.pengutronix.de; Fri, 24 Jun 2022 07:18:23 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o4bi1-0004G3-MI; Fri, 24 Jun 2022 07:18:21 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o4bht-0004Ft-76; Fri, 24 Jun 2022 07:18:13 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o4bhr-002Mxx-23; Fri, 24 Jun 2022 07:18:12 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o4bhr-00CnZu-KU; Fri, 24 Jun 2022 07:18:11 +0200 Date: Fri, 24 Jun 2022 07:18:11 +0200 From: Michael Olbrich To: Artur Wiebe Message-ID: Mail-Followup-To: Artur Wiebe , ptxdist@pengutronix.de References: <20220621084749.263761-1-artur@4wiebe.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220621084749.263761-1-artur@4wiebe.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] gdb: select LIBGMP 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: ptxdist@pengutronix.de 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.ext.pengutronix.de); SAEximRunCond expanded to false On Tue, Jun 21, 2022 at 10:47:49AM +0200, Artur Wiebe wrote: > Requirements for Building GDB: > GDB now uses GMP to perform some of its arithmetics... > > (At least GDB 11.1 is not compiling without GMP) I'd like to have this optional. Similar to what we do with the barebox dependencies. Michael > Signed-off-by: Artur Wiebe > --- > rules/gdb.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/gdb.in b/rules/gdb.in > index 65c6fff01..840917f0b 100644 > --- a/rules/gdb.in > +++ b/rules/gdb.in > @@ -7,6 +7,7 @@ menuconfig GDB > select LIBC_DL > select GCCLIBS_GCC_S > select NCURSES > + select LIBGMP > help > The GNU Debugger > > -- > 2.36.1 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |