gdb/README: Fix the URL of the MPFR website (now https).

gdb/ChangeLog:

        * README: Fix the URL of the MPFR library.
This commit is contained in:
Joel Brobecker
2020-11-24 07:10:06 +04:00
parent c609df6474
commit 2c20a6018c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-11-24 Joel Brobecker <brobecker@adacore.com>
* README: Fix the URL of the MPFR library.
2020-11-24 Joel Brobecker <brobecker@adacore.com>
* README: Document the --with-libgmp-prefix configure option.

View File

@ -498,7 +498,7 @@ more obscure GDB `configure' options are not listed here.
floating-point formats than the host. If GNU MPFR is not
available, GDB will fall back to using host floating-point
arithmetic. If your host does not have GNU MPFR installed, you
can get the latest version from `http://www.mpfr.org'.
can get the latest version from `https://www.mpfr.org/'.
`--with-python[=PYTHON]'
Build GDB with Python scripting support. (Done by default if