diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a2baa8e419..d8abb137b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-09-18 Joseph Myers <joseph@codesourcery.com> + + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + version to 5.3. + 2019-09-18 Stefan Liebler <stli@linux.ibm.com> * sysdeps/s390/hp-timing.h: New file. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index cc14c7da54..b507de9f1f 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.2', + 'linux': '5.3', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline', |