Message ID | d26ec186-546c-9ade-7218-f1a5c747f22@codesourcery.com |
---|---|
State | New |
Headers | show |
Series | Use binutils 2.40 branch in build-many-glibcs.py | expand |
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index ae1346c96d..0e8719c03b 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -793,7 +793,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.39', + default_versions = {'binutils': 'vcs-2.40', 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1',