HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31218
Change subject: crossgcc: Update MPFR to version 4.0.2 ......................................................................
crossgcc: Update MPFR to version 4.0.2
Change-Id: I5569e61c2a3a64cf353afe3195eca82709362305 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum A util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/31218/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 4c25629..d1c6564 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -48,7 +48,7 @@
# GCC toolchain version numbers GMP_VERSION=6.1.2 -MPFR_VERSION=4.0.1 +MPFR_VERSION=4.0.2 MPC_VERSION=1.1.0 GCC_VERSION=8.2.0 GCC_AUTOCONF_VERSION=2.69 diff --git a/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum deleted file mode 100644 index 99c17b0..0000000 --- a/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -ae555c56a6fccd21a0ffe3dd3bdc5eb5cc1a5fce tarballs/mpfr-4.0.1.tar.xz diff --git a/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum new file mode 100644 index 0000000..62ede96 --- /dev/null +++ b/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum @@ -0,0 +1 @@ +52c1f2a4c9a202f46cf3275a8d46b562aa584208 tarballs/mpfr-4.0.2.tar.xz
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31218 )
Change subject: crossgcc: Update MPFR to version 4.0.2 ......................................................................
Patch Set 2: Code-Review+1
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31218 )
Change subject: crossgcc: Update MPFR to version 4.0.2 ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/31218/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/31218/2//COMMIT_MSG@7 PS2, Line 7: crossgcc: Update MPFR to version 4.0.2 The release notes could be added since the tool updates are being made individually. Not a big deal though.
Changes from version 4.0.1 to version 4.0.2
Corrected minimal GMP version in the INSTALL file and the MPFR manual. Option -pedantic is now always removed from __GMP_CFLAGS (see INSTALL). Shared caches: cleanup; really detect lock failures (abort in this case). Improved MPFR manual. In particular, corrected/completed the mpfr_get_str description in order to follow the historical behavior and GMP's mpf_get_str function. Bug fixes (see ChangeLog file).
Note that the last line of the releaselog is a total cop-out. Maybe for the next version of coreboot, we can put something similar in: Bug fixes (See git history).
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31218 )
Change subject: crossgcc: Update MPFR to version 4.0.2 ......................................................................
crossgcc: Update MPFR to version 4.0.2
Change-Id: I5569e61c2a3a64cf353afe3195eca82709362305 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/31218 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Martin Roth martinroth@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/crossgcc/buildgcc D util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum A util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 019b011..c19b766 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -48,7 +48,7 @@
# GCC toolchain version numbers GMP_VERSION=6.1.2 -MPFR_VERSION=4.0.1 +MPFR_VERSION=4.0.2 MPC_VERSION=1.1.0 GCC_VERSION=8.2.0 GCC_AUTOCONF_VERSION=2.69 diff --git a/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum deleted file mode 100644 index 99c17b0..0000000 --- a/util/crossgcc/sum/mpfr-4.0.1.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -ae555c56a6fccd21a0ffe3dd3bdc5eb5cc1a5fce tarballs/mpfr-4.0.1.tar.xz diff --git a/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum b/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum new file mode 100644 index 0000000..62ede96 --- /dev/null +++ b/util/crossgcc/sum/mpfr-4.0.2.tar.xz.cksum @@ -0,0 +1 @@ +52c1f2a4c9a202f46cf3275a8d46b562aa584208 tarballs/mpfr-4.0.2.tar.xz