diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-01-29 13:49:21 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-01-29 13:49:21 +0000 |
commit | 088de7d0091bdfac4b702ab2060289affc85d6a4 (patch) | |
tree | 53319c82c96c1449b2a21c79a6a93dba807f3d5c /ChangeLog | |
parent | 522623e4aaea1da007b6fe0c7c6e880ba1c971ee (diff) | |
download | glibc-088de7d0091bdfac4b702ab2060289affc85d6a4.zip glibc-088de7d0091bdfac4b702ab2060289affc85d6a4.tar.gz glibc-088de7d0091bdfac4b702ab2060289affc85d6a4.tar.bz2 |
Clean up build-many-glibcs.py libcilkrts disabling.
The disabling of libcilkrts in build-many-glibcs.py has some
peculiarities. It's only for the final GCC build, not the initial
bootstrap one, whereas normally anything disabled for the final build
should be disabled for the bootstrap one as well. And it's only for
Hurd, when it's more natural by analogy with the libsanitizer
disabling to disable this library unconditionally, not only for
targets where it's known to break. This patch cleans up that
disabling accordingly, adding a comment so it's obvious it can be
removed once GCC 7 is too old to build glibc.
* scripts/build-many-glibcs.py (Config.build_gcc): Use
--disable-libcilkrts unconditionally, not just for the final GCC
build for Hurd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2018-01-29 Joseph Myers <joseph@codesourcery.com> + * scripts/build-many-glibcs.py (Config.build_gcc): Use + --disable-libcilkrts unconditionally, not just for the final GCC + build for Hurd. + * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.15. |