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

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