diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2016-01-05 10:41:36 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-01-07 15:16:13 +0100 |
commit | 74432e1b61b66d38be5f8b96c35456f55740b49f (patch) | |
tree | 6a58b1b537f4ac660033d9118de6aed80e91cf7c /util/crossgcc/buildgcc | |
parent | b47dc52f30d5285f17e7e7456a09f512e815bcfc (diff) |
util/crossgcc: Bump MPFR version to 3.1.3
The current MPFR version contains a stale config.guess file
that requires special handling on ppc64el systems. Bump
the MPFR version to the latest release.
Change-Id: I5e86c732c09f8a6a43f9812452124d64d337ea3f
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/12832
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 31db9cb7a0..d88f13042d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -32,7 +32,7 @@ SKIPPYTHON=1 # GCC toolchain version numbers GMP_VERSION=6.1.0 -MPFR_VERSION=3.1.2 +MPFR_VERSION=3.1.3 MPC_VERSION=1.0.3 LIBELF_VERSION=0.8.13 GCC_VERSION=5.2.0 |