aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-01-29 13:49:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-01-29 13:49:21 +0000
commit088de7d0091bdfac4b702ab2060289affc85d6a4 (patch)
tree53319c82c96c1449b2a21c79a6a93dba807f3d5c /ChangeLog
parent522623e4aaea1da007b6fe0c7c6e880ba1c971ee (diff)
downloadglibc-088de7d0091bdfac4b702ab2060289affc85d6a4.tar
glibc-088de7d0091bdfac4b702ab2060289affc85d6a4.tar.gz
glibc-088de7d0091bdfac4b702ab2060289affc85d6a4.tar.bz2
glibc-088de7d0091bdfac4b702ab2060289affc85d6a4.zip
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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3321914afc..14e71d525a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.