diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-08-13 16:46:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-08-13 16:46:13 +0000 |
commit | f3cd0904a452f6a831cd15564077d0f883031659 (patch) | |
tree | e6a6a830ef2e47acb7239788270c04f58780fe53 | |
parent | b7b52b9dec337a08a89bc67638773be652eba332 (diff) | |
download | glibc-f3cd0904a452f6a831cd15564077d0f883031659.tar.gz glibc-f3cd0904a452f6a831cd15564077d0f883031659.tar.xz glibc-f3cd0904a452f6a831cd15564077d0f883031659.zip |
Use Linux 4.18 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.18.
-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 1c838441e7..87e467c8a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-13 Joseph Myers <joseph@codesourcery.com> + + * scripts/build-many-glibcs.py (Context.checkout): Default Linux + version to 4.18. + 2018-08-13 Florian Weimer <fweimer@redhat.com> * misc/error.c (error): Add missing va_end call. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 8ef463f57a..6cc94770b6 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -709,7 +709,7 @@ class Context(object): 'gcc': 'vcs-8', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '4.17', + 'linux': '4.18', 'mpc': '1.1.0', 'mpfr': '4.0.1', 'mig': 'vcs-mainline', |