diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-07-24 10:59:45 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-07-24 10:59:45 +0200 |
commit | 82c664ed751f52a3074a9d6d366e87086f10b2f4 (patch) | |
tree | 9bbe51acf846b63900bc7e67cc8efa3fe20b7fe1 | |
parent | 7854ebf8ed18180189c335f6f499fe9322458f0b (diff) | |
download | glibc-82c664ed751f52a3074a9d6d366e87086f10b2f4.zip glibc-82c664ed751f52a3074a9d6d366e87086f10b2f4.tar.gz glibc-82c664ed751f52a3074a9d6d366e87086f10b2f4.tar.bz2 |
build-many-glibcs.py: Use Linux 5.2 by default
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2019-07-24 Florian Weimer <fweimer@redhat.com> + * scripts/build-many-glibcs.py (Context.checkout): Default to + Linux 5.2. + +2019-07-24 Florian Weimer <fweimer@redhat.com> + [BZ #24532] Linux: Use in-tree copy of SO_ constants for !__USE_MISC. * sysdeps/unix/sysv/linux/Makefile [$(subdir) == socket] diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index dacd116..aa6884e 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.0', + 'linux': '5.2', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline', |