diff options
author | Richard Biener <rguenther@suse.de> | 2020-01-07 12:39:00 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2020-01-07 12:39:00 +0000 |
commit | b11b9e29f5b4585cf2e01a25977de5c92c0eddd9 (patch) | |
tree | 1d92af4ed40272f348777f882e4b678d874a72aa /gcc | |
parent | ab341f5003f8ad9f5ee30ce566d68d8284a31f00 (diff) | |
download | gcc-b11b9e29f5b4585cf2e01a25977de5c92c0eddd9.zip gcc-b11b9e29f5b4585cf2e01a25977de5c92c0eddd9.tar.gz gcc-b11b9e29f5b4585cf2e01a25977de5c92c0eddd9.tar.bz2 |
install.texi: Bump minimal supported MPC version.
2020-01-07 Richard Biener <rguenther@suse.de>
* doc/install.texi: Bump minimal supported MPC version.
From-SVN: r279955
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 9924d74..f67644f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-01-07 Richard Biener <rguenther@suse.de> + + * doc/install.texi: Bump minimal supported MPC version. + 2020-01-07 Richard Sandiford <richard.sandiford@arm.com> * langhooks-def.h (lhd_simulate_enum_decl): Declare. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 960e704..3dee2bb 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -396,7 +396,7 @@ but it is not in your default library search path, the The in-tree build is only supported with the MPFR version that download_prerequisites installs. -@item MPC Library version 0.8.1 (or later) +@item MPC Library version 1.0.1 (or later) Necessary to build GCC@. It can be downloaded from @uref{http://www.multiprecision.org/mpc/}. If an MPC source distribution |