diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-02-22 17:10:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-02-22 17:10:09 +0000 |
commit | bf0b5360da68421a03f52e2178240728c402a719 (patch) | |
tree | 5f0212a3c5eebe5d67ed98743356ef6fffa459e8 /scripts/build-many-glibcs.py | |
parent | 72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3 (diff) | |
download | glibc-bf0b5360da68421a03f52e2178240728c402a719.tar glibc-bf0b5360da68421a03f52e2178240728c402a719.tar.gz glibc-bf0b5360da68421a03f52e2178240728c402a719.tar.bz2 glibc-bf0b5360da68421a03f52e2178240728c402a719.zip |
Use Linux 4.10 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
kernel version to 4.10.
Diffstat (limited to 'scripts/build-many-glibcs.py')
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 4f724ced6f..4330f7fc50 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -699,7 +699,7 @@ class Context(object): 'gcc': 'vcs-6', 'glibc': 'vcs-mainline', 'gmp': '6.1.1', - 'linux': '4.9', + 'linux': '4.10', 'mpc': '1.0.3', 'mpfr': '3.1.5'} use_versions = {} |