Message ID | 67204159-e875-bd81-b2ab-7e25c38921b8@codesourcery.com |
---|---|
State | New |
Headers | show |
Series | Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py | expand |
Ping. This patch <https://sourceware.org/pipermail/libc-alpha/2023-January/144539.html> is pending review.
Ping^2. This patch <https://sourceware.org/pipermail/libc-alpha/2023-January/144539.html> is still pending review. (I also have a more recent patch <https://sourceware.org/pipermail/libc-alpha/2023-January/144805.html> to update the binutils version in build-many-glibcs.py.)
On 06/01/23 23:04, Joseph Myers wrote: > This patch makes build-many-glibcs.py use the new MPFR 4.2.0 and MPC > 1.3.1 releases. > > Tested with build-many-glibcs.py (host-libraries, compilers and glibcs > builds). LGTM, thanks. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index f23c2d374b..50c51d49c0 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -798,8 +798,8 @@ class Context(object): > 'glibc': 'vcs-mainline', > 'gmp': '6.2.1', > 'linux': '6.1', > - 'mpc': '1.2.1', > - 'mpfr': '4.1.0', > + 'mpc': '1.3.1', > + 'mpfr': '4.2.0', > 'mig': 'vcs-mainline', > 'gnumach': 'vcs-mainline', > 'hurd': 'vcs-mainline'} >
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index f23c2d374b..50c51d49c0 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -798,8 +798,8 @@ class Context(object): 'glibc': 'vcs-mainline', 'gmp': '6.2.1', 'linux': '6.1', - 'mpc': '1.2.1', - 'mpfr': '4.1.0', + 'mpc': '1.3.1', + 'mpfr': '4.2.0', 'mig': 'vcs-mainline', 'gnumach': 'vcs-mainline', 'hurd': 'vcs-mainline'}