* [RFA/doco] gdb.texinfo: Document GMP as mandatory requirement to build GDB
@ 2020-12-20 4:52 Joel Brobecker
2020-12-20 15:20 ` Eli Zaretskii via Gdb-patches
0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2020-12-20 4:52 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
Hello,
This commit corrects an oversight when the fixed-point support
was first pushed in.
gdb/doc/ChangeLog
* gdb.texinfo (Requirements): Add GMP to list of requirements.
Tested by rebuilding gdb.pdf.
OK to push?
Thank you!
--
Joel
---
gdb/doc/gdb.texinfo | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2693306d3d4..617a3641382 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -37832,6 +37832,15 @@ recent C@t{++}11 compiler, e.g.@: GCC.
@item GNU make
@value{GDBN}'s build system relies on features only found in the GNU
make program. Other variants of @code{make} will not work.
+
+@item GMP (The GNU Multiple Precision Arithmetic Library)
+@value{GDBN} now uses GMP to perform some of its arithmetics.
+This library may be included with your operating system distribution;
+if it is not, you can get the latest version from
+@url{https://gmplib.org/}. If GMP is installed at an unusual path,
+you can use the @option{--with-libgmp-prefix} option to specify
+its location.
+
@end table
@heading Tools/Packages Optional for Building @value{GDBN}
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-21 2:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 4:52 [RFA/doco] gdb.texinfo: Document GMP as mandatory requirement to build GDB Joel Brobecker
2020-12-20 15:20 ` Eli Zaretskii via Gdb-patches
2020-12-21 2:22 ` Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox