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>
This commit is contained in:
parent
b47dc52f30
commit
74432e1b61
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
46d5a11a59a4e31f74f73dd70c5d57a59de2d0b4 tarballs/mpfr-3.1.2.tar.bz2
|
|
@ -0,0 +1 @@
|
|||
3e46c5ce43701f2f36f9d01f407efe081700da80 tarballs/mpfr-3.1.3.tar.bz2
|
Loading…
Reference in New Issue