diff mbox series

Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py

Message ID e9b85c4e-d996-2952-f672-3c9e25a4f5@codesourcery.com
State New
Headers show
Series Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py | expand

Commit Message

Joseph Myers Aug. 22, 2023, 7:47 p.m. UTC
This patch makes build-many-glibcs.py use the new GMP 6.3.0 and MPFR
4.2.1 releases.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

Comments

Joseph Myers Aug. 29, 2023, 1:54 p.m. UTC | #1
Ping.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2023-August/151037.html> is 
pending review.
Andreas Schwab Aug. 29, 2023, 2 p.m. UTC | #2
On Aug 22 2023, Joseph Myers wrote:

> This patch makes build-many-glibcs.py use the new GMP 6.3.0 and MPFR
> 4.2.1 releases.

Ok.
diff mbox series

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index fb56a4a90b..3082522140 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -803,10 +803,10 @@  class Context(object):
         default_versions = {'binutils': 'vcs-2.41',
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
-                            'gmp': '6.2.1',
+                            'gmp': '6.3.0',
                             'linux': '6.4',
                             'mpc': '1.3.1',
-                            'mpfr': '4.2.0',
+                            'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',
                             'gnumach': 'vcs-mainline',
                             'hurd': 'vcs-mainline'}