about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-09-04 15:34:58 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-09-04 15:34:58 +0000
commit059b64046e2ca4e55d28a65ef7235da8eeb525ea (patch)
tree449c0529ede7a23df6e06d1b82e31bf109ca7625
parent6547ec0ad8451d72e43ba4ea38c2300c67eb501a (diff)
downloadglibc-059b64046e2ca4e55d28a65ef7235da8eeb525ea.tar.gz
glibc-059b64046e2ca4e55d28a65ef7235da8eeb525ea.tar.xz
glibc-059b64046e2ca4e55d28a65ef7235da8eeb525ea.zip
Use Linux 4.13 in build-many-glibcs.py.
	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	kernel version to 4.13.
-rw-r--r--ChangeLog5
-rwxr-xr-xscripts/build-many-glibcs.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2e61b7ffd..ef4a6edc5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-04  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
+	kernel version to 4.13.
+
 2017-09-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* sysdeps/generic/sigsetops.h: Remove spurious #endif.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 5fbb564a14..4c3ac257a4 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -686,7 +686,7 @@ class Context(object):
                             'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.12',
+                            'linux': '4.13',
                             'mpc': '1.0.3',
                             'mpfr': '3.1.5'}
         use_versions = {}