aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2020-12-21 06:21:41 +0400
committerJoel Brobecker <brobecker@adacore.com>2020-12-21 06:21:41 +0400
commit904cb749cf4ed4e26aec6a9f471497f7534f8cc3 (patch)
tree4e0d49aae79e0239c9e71c98ca481b0d948836db /gdb/doc/gdb.texinfo
parent033533817751ce4f8b7565f6c321aa23a7cb9d58 (diff)
downloadgdb-904cb749cf4ed4e26aec6a9f471497f7534f8cc3.zip
gdb-904cb749cf4ed4e26aec6a9f471497f7534f8cc3.tar.gz
gdb-904cb749cf4ed4e26aec6a9f471497f7534f8cc3.tar.bz2
gdb.texinfo: Document GMP as mandatory requirement to build GDB
gdb/doc/ChangeLog * gdb.texinfo (Requirements): Add GMP to list of requirements.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2693306..617a364 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}