diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2018-09-01 12:38:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2018-09-01 12:38:04 +0000 |
commit | c8a4f039fc6333507025e5b07a388c504b3dfcb1 (patch) | |
tree | ab00b97ebc4bb5aff65f465c22ce81a24a7586f3 /gcc | |
parent | 70be9b713be05619ce5ea5d123f470d975a8c725 (diff) | |
download | gcc-c8a4f039fc6333507025e5b07a388c504b3dfcb1.zip gcc-c8a4f039fc6333507025e5b07a388c504b3dfcb1.tar.gz gcc-c8a4f039fc6333507025e5b07a388c504b3dfcb1.tar.bz2 |
* doc/install.texi (Prerequisites): Adjust link mpfr.org.
From-SVN: r264028
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 79aa7ce..1755989 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-01 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Prerequisites): Adjust link mpfr.org. + 2018-08-31 Richard Biener <rguenther@suse.de> PR tree-optimization/87168 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 03eaeed..41edd32 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -366,7 +366,7 @@ download_prerequisites installs. @item MPFR Library version 2.4.2 (or later) Necessary to build GCC@. It can be downloaded from -@uref{http://www.mpfr.org/}. If an MPFR source distribution is found +@uref{https://www.mpfr.org}. If an MPFR source distribution is found in a subdirectory of your GCC sources named @file{mpfr}, it will be built together with GCC. Alternatively, if MPFR is already installed but it is not in your default library search path, the |