]> sourceware.org Git - glibc.git/commitdiff
Update versions in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 4 Jul 2017 10:32:54 +0000 (10:32 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 4 Jul 2017 10:32:54 +0000 (10:32 +0000)
This patch updates build-many-glibcs.py to use the current release
branch of binutils and current releases of GMP and the Linux kernel.

* scripts/build-many-glibcs.py (Context.checkout): Default
binutils version to 2.29 branch, GMP version to 6.1.2 and Linux
kernel version to 4.12.

ChangeLog
scripts/build-many-glibcs.py

index 5bbc323c1ccaf9f14e48f0a14f7af4bfd189c850..b7c0e9e63b07e12502f99461feca0231cfad2993 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-07-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default
+       binutils version to 2.29 branch, GMP version to 6.1.2 and Linux
+       kernel version to 4.12.
+
 2017-07-04  Florian Weimer  <fweimer@redhat.com>
 
        * resolv/resolv_conf.c (struct resolv_conf_global): Clarify free
index 1a32c82dfff9ce08ae226a405acd198ad08288fb..6e5ef91c4df29800f6fc3d60216724e12ff98c38 100755 (executable)
@@ -682,11 +682,11 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.28',
+        default_versions = {'binutils': 'vcs-2.29',
                             'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
-                            'gmp': '6.1.1',
-                            'linux': '4.11',
+                            'gmp': '6.1.2',
+                            'linux': '4.12',
                             'mpc': '1.0.3',
                             'mpfr': '3.1.5'}
         use_versions = {}
This page took 0.136996 seconds and 5 git commands to generate.