about summary refs log tree commit diff
path: root/scripts/build-many-glibcs.py
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-09-18 15:13:33 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-09-18 15:13:33 +0000
commit2dd8d4a7c06e5deafa434ff8b54a31501bd8d00b (patch)
treeb141957ae1955d6b9cd64a107e72845c56c8c62f /scripts/build-many-glibcs.py
parent2b680878669e0a7086924de08f60a0747df0029f (diff)
downloadglibc-2dd8d4a7c06e5deafa434ff8b54a31501bd8d00b.tar.gz
glibc-2dd8d4a7c06e5deafa434ff8b54a31501bd8d00b.tar.xz
glibc-2dd8d4a7c06e5deafa434ff8b54a31501bd8d00b.zip
Use Linux 5.3 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.3.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	version to 5.3.
Diffstat (limited to 'scripts/build-many-glibcs.py')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
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',