diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2018-09-01 21:47:58 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2018-09-01 21:47:58 +0000 |
commit | 7894fa6142f97adbb75410d40734cad6a76e0369 (patch) | |
tree | 203bc15556a17bfe39aabab2fa56d3e0147c90a6 /gcc | |
parent | fab8c69db72978e60628610cef5f96338001ba24 (diff) | |
download | gcc-7894fa6142f97adbb75410d40734cad6a76e0369.zip gcc-7894fa6142f97adbb75410d40734cad6a76e0369.tar.gz gcc-7894fa6142f97adbb75410d40734cad6a76e0369.tar.bz2 |
* doc/install.texi (Prerequisites): Update link for MPC.
From-SVN: r264033
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 1ec1538..9864c31 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-01 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Prerequisites): Update link for MPC. + 2018-09-01 Michael Matz <matz@suse.de> PR tree-optimization/87074 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 41edd32..61ab97e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -378,7 +378,7 @@ download_prerequisites installs. @item MPC Library version 0.8.1 (or later) Necessary to build GCC@. It can be downloaded from -@uref{http://www.multiprecision.org/}. If an MPC source distribution +@uref{http://www.multiprecision.org/mpc/}. If an MPC source distribution is found in a subdirectory of your GCC sources named @file{mpc}, it will be built together with GCC. Alternatively, if MPC is already installed but it is not in your default library search path, the |