gdb/README: Document the --with-libgmp-prefix configure option
gdb/ChangeLog:
* README: Document the --with-libgmp-prefix configure option.
This commit is contained in:
parent
fa123c3281
commit
c609df6474
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user