[prev in list] [next in list] [prev in thread] [next in thread] 

List:       glibc-alpha
Subject:    Default build-many-glibcs.py to GCC 7 branch [committed]
From:       Joseph Myers <joseph () codesourcery ! com>
Date:       2017-04-26 15:28:12
Message-ID: alpine.DEB.2.20.1704261527200.24779 () digraph ! polyomino ! org ! uk
[Download RAW message or body]

Now there is a GCC 7 release branch, this patch makes
build-many-glibcs.py default to using it instead of GCC 6.

Relative to GCC 6, this fixes the MicroBlaze build but introduces ICEs
building glibc testcases for SH (GCC PRs 78459, 78460; the latter is
an out-of-memory issue so you may want to set memory limits when
running build-many-glibcs.py).

Committed.

2017-04-26  Joseph Myers  <joseph@codesourcery.com>

	* scripts/build-many-glibcs.py (Context.checkout): Default gcc
	version to 7 branch.

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 388abc3..6f11a9c 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -683,7 +683,7 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.28',
-                            'gcc': 'vcs-6',
+                            'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.1',
                             'linux': '4.10',

-- 
Joseph S. Myers
joseph@codesourcery.com
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic