diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-11-24 07:10:06 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-11-24 07:10:06 +0400 |
commit | 2c20a6018c56797f4ce9c2d3c462168cb2d76831 (patch) | |
tree | fd497b68087716f0f6eae1d37637914c0314c35f /gdb/README | |
parent | c609df64740369858f1fc5c2137b806c8ed34cd6 (diff) | |
download | binutils-gdb-2c20a6018c56797f4ce9c2d3c462168cb2d76831.tar.gz |
gdb/README: Fix the URL of the MPFR website (now https).
gdb/ChangeLog:
* README: Fix the URL of the MPFR library.
Diffstat (limited to 'gdb/README')
-rw-r--r-- | gdb/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/README b/gdb/README index a7908453ba7..e65c5ea7ffa 100644 --- a/gdb/README +++ b/gdb/README @@ -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 |