diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-04-26 15:26:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-04-26 15:26:47 +0000 |
commit | 6ef8a2c76a79f803343d0d1242cacd1265246153 (patch) | |
tree | 74e81110395efb1ed052a3596c79dfc67bedc6c5 /ChangeLog | |
parent | 1e1f44de64d12a9539155665cd0aedee7909b00d (diff) | |
download | glibc-6ef8a2c76a79f803343d0d1242cacd1265246153.tar.gz glibc-6ef8a2c76a79f803343d0d1242cacd1265246153.tar.xz glibc-6ef8a2c76a79f803343d0d1242cacd1265246153.zip |
Default build-many-glibcs.py to GCC 7 branch.
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). * scripts/build-many-glibcs.py (Context.checkout): Default gcc version to 7 branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 042262eaa1..89ee733f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-04-26 Joseph Myers <joseph@codesourcery.com> + + * scripts/build-many-glibcs.py (Context.checkout): Default gcc + version to 7 branch. + 2017-04-25 Uros Bizjak <ubizjak@gmail.com> * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Add |