public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py
@ 2023-08-29 14:11 Joseph Myers
0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2023-08-29 14:11 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d3c34a2dd982a77abf631ea2f88f4efab1b064c4
commit d3c34a2dd982a77abf631ea2f88f4efab1b064c4
Author: Joseph Myers <joseph@codesourcery.com>
Date: Tue Aug 29 14:11:35 2023 +0000
Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py
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).
Diff:
---
scripts/build-many-glibcs.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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'}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-29 14:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29 14:11 [glibc] Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py Joseph Myers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).