This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc] Use Linux 5.4 in build-many-glibcs.py.


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=17832eefeeafbd448c9e721819a7490f33b0f009

commit 17832eefeeafbd448c9e721819a7490f33b0f009
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Nov 26 01:46:32 2019 +0000

    Use Linux 5.4 in build-many-glibcs.py.
    
    This patch makes build-many-glibcs.py use Linux 5.4.
    
    Tested with build-many-glibcs.py (compilers and glibcs builds).

Diff:
---
 scripts/build-many-glibcs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 4b3c4bf..252ac08 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -707,7 +707,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.3',
+                            'linux': '5.4',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]