[COMMITTED] pthread: Do not overwrite tests-time64

Adhemerval Zanella adhemerval.zanella@linaro.org
Mon Mar 7 13:05:39 GMT 2022


So nptl/Makefile tests are not overwritten.
---
 sysdeps/pthread/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index c972bd819a..318dfdc04a 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -127,7 +127,7 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
 	 tst-pthread_kill-exiting \
 	 # tests
 
-tests-time64 := \
+tests-time64 += \
   tst-abstime-time64 \
   tst-cnd-timedwait-time64 \
   tst-cond11-time64 \
-- 
2.32.0



More information about the Libc-alpha mailing list