mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] gdb: select LIBGMP
@ 2022-06-21  8:47 Artur Wiebe
  2022-06-24  5:18 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Artur Wiebe @ 2022-06-21  8:47 UTC (permalink / raw)
  To: ptxdist; +Cc: Artur Wiebe

Requirements for Building GDB:
GDB now uses GMP to perform some of its arithmetics...

(At least GDB 11.1 is not compiling without GMP)

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [PATCH] gdb: select LIBGMP
  2022-06-21  8:47 [ptxdist] [PATCH] gdb: select LIBGMP Artur Wiebe
@ 2022-06-24  5:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-06-24  5:18 UTC (permalink / raw)
  To: Artur Wiebe; +Cc: ptxdist

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 <artur@4wiebe.de>
> ---
>  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 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-24  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  8:47 [ptxdist] [PATCH] gdb: select LIBGMP Artur Wiebe
2022-06-24  5:18 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox