aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-12-26 20:56:44 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2018-01-06 23:42:21 -0800
commit8e13c51bb579d56b52e93a058c9efb0bbab35d1b (patch)
tree5e26a5b8fc6660c91460c9b8903faa9240f1d5a9 /ChangeLog
parent1598f3ad06db9654a5d112136e40b630649405c3 (diff)
downloadglibc-8e13c51bb579d56b52e93a058c9efb0bbab35d1b.zip
glibc-8e13c51bb579d56b52e93a058c9efb0bbab35d1b.tar.gz
glibc-8e13c51bb579d56b52e93a058c9efb0bbab35d1b.tar.bz2
Avoid race conditions when rebuilding librt.so
`make check' sometimes triggers a rebuild of librt.so using nptl/Makefile, which ignores librt's dependence on libpthread. This causes the build to blow up when we attempt to run the test suite on RISC-V. 2018-01-06 Palmer Dabbelt <palmer@sifive.com> * nptl/Makefile (/librt.so): Always depend on "$(shared-thread-library)".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 905d93a..8ddf37e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
(VDSO_HASH_LINUX_4_15): Likewise.
* scripts/build-many-glibcs.py (class Glibc): Strip shared objects
in subdirectories of lib.
+ * nptl/Makefile (/librt.so): Always depend on
+ "$(shared-thread-library)".
2018-01-06 Samuel Thibault <samuel.thibault@ens-lyon.org>