[coreboot-gerrit] New patch to review for coreboot: util/crossgcc: Bump MPFR version to 3.1.3

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Tue Jan 5 17:42:37 CET 2016


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12832

-gerrit

commit 8740d924a222d51885c5e02b418dce67c88f02ab
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Tue Jan 5 10:41:36 2016 -0600

    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 at raptorengineeringinc.com>
---
 util/crossgcc/buildgcc                     | 2 +-
 util/crossgcc/sum/mpfr-3.1.2.tar.bz2.cksum | 1 -
 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 31db9cb..d88f130 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 d62e243..0000000
--- 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 0000000..0be644c
--- /dev/null
+++ b/util/crossgcc/sum/mpfr-3.1.3.tar.bz2.cksum
@@ -0,0 +1 @@
+3e46c5ce43701f2f36f9d01f407efe081700da80  tarballs/mpfr-3.1.3.tar.bz2



More information about the coreboot-gerrit mailing list