gdb/README: Document the --with-libgmp-prefix configure option

gdb/ChangeLog:

        * README: Document the --with-libgmp-prefix configure option.
This commit is contained in:
Joel Brobecker 2020-11-24 07:09:23 +04:00
parent fa123c3281
commit c609df6474
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-11-24 Joel Brobecker <brobecker@adacore.com>
* README: Document the --with-libgmp-prefix configure option.
2020-11-24 Joel Brobecker <brobecker@adacore.com>
* NEWS: Add entry documenting support for DWARF-based fixed

View File

@ -484,6 +484,11 @@ more obscure GDB `configure' options are not listed here.
not have liblzma installed, you can get the latest version from
`https://tukaani.org/xz/'.
`--with-libgmp-prefix=DIR'
Build GDB using the GMP library installed at the directory DIR.
If your host does not have GMP installed, you can get the latest
version at `https://gmplib.org/'.
`--with-mpfr'
Build GDB with GNU MPFR, a library for multiple-precision
floating-point computation with correct rounding. (Done by