This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Use Linux 5.5 in build-many-glibcs.py
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Fri, 31 Jan 2020 21:54:32 +0000
- Subject: Use Linux 5.5 in build-many-glibcs.py
- Ironport-sdr: 2epak+p6nm9Autm0oy03sCeR1aNnTVVVCq16YHXDFtdKQE+Vlqv9NQIw1hG5vZV7EFMkUuO1p4 MszNYNXgD9Ex/ADvQmOzGTqJ8FKc7Y5rvL3g/bFD/B3iL7TyqPtitic45/3guKHU2ztFheqFDY OWcbzUFD407ivphKqT1ChQ7EGTfCAn8qO4qLkAmVxjRqDUsRK/HO6eZDeju3REu4AKdZwg2SEc /MNd9VClb4f7YuYr4wlEDtTUYN1T/mvnmhQR2eMinqMlNpK+abbZMR9N8cwrAWtg0/utMLmpyU ci4=
- Ironport-sdr: +uYOSNvsCXm994qSNWB6nKwZ+QhnDsSyqx+zk2kyiyuMXokzTdwgaAvMHST3qIzcZrURrkpeCa L5GuvwJ6LDTA==
This patch makes build-many-glibcs.py use Linux 5.5.
Tested with build-many-glibcs.py (compilers and glibcs builds).
---
Will commit once master reopens after the 2.31 release.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 90b76caa93..c556cd8d8d 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -733,7 +733,7 @@ class Context(object):
'gcc': 'vcs-9',
'glibc': 'vcs-mainline',
'gmp': '6.1.2',
- 'linux': '5.4',
+ 'linux': '5.5',
'mpc': '1.1.0',
'mpfr': '4.0.2',
'mig': 'vcs-mainline',
--
Joseph S. Myers
joseph@codesourcery.com