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 | |
parent | b47dc52f30d5285f17e7e7456a09f512e815bcfc (diff) | |
download | coreboot-74432e1b61b66d38be5f8b96c35456f55740b49f.tar.xz |
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>
-rwxr-xr-x | util/crossgcc/buildgcc | 2 | ||||
-rw-r--r-- | util/crossgcc/sum/mpfr-3.1.2.tar.bz2.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/mpfr-3.1.3.tar.bz2.cksum | 1 |
3 files changed, 2 insertions, 2 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 diff --git a/util/crossgcc/sum/mpfr-3.1.2.tar.bz2.cksum b/util/crossgcc/sum/mpfr-3.1.2.tar.bz2.cksum deleted file mode 100644 index d62e24396c..0000000000 --- a/util/crossgcc/sum/mpfr-3.1.2.tar.bz2.cksum +++ /dev/null @@ -1 +0,0 @@ -46d5a11a59a4e31f74f73dd70c5d57a59de2d0b4 tarballs/mpfr-3.1.2.tar.bz2 diff --git a/util/crossgcc/sum/mpfr-3.1.3.tar.bz2.cksum b/util/crossgcc/sum/mpfr-3.1.3.tar.bz2.cksum new file mode 100644 index 0000000000..0be644cb02 --- /dev/null +++ b/util/crossgcc/sum/mpfr-3.1.3.tar.bz2.cksum @@ -0,0 +1 @@ +3e46c5ce43701f2f36f9d01f407efe081700da80 tarballs/mpfr-3.1.3.tar.bz2 |