Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libpthread fix build of h_thread_local_dtor.cpp



details:   https://anonhg.NetBSD.org/src/rev/62d2fdde648e
branches:  trunk
changeset: 934963:62d2fdde648e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jun 21 07:06:05 2020 +0000

description:
fix build of h_thread_local_dtor.cpp

diffstat:

 tests/lib/libpthread/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9d4da058b6fb -r 62d2fdde648e tests/lib/libpthread/Makefile
--- a/tests/lib/libpthread/Makefile     Sun Jun 21 06:58:16 2020 +0000
+++ b/tests/lib/libpthread/Makefile     Sun Jun 21 07:06:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/04/24 11:43:19 kamil Exp $
+# $NetBSD: Makefile,v 1.15 2020/06/21 07:06:05 lukem Exp $
 
 NOMAN=         # defined
 
@@ -55,6 +55,7 @@
 COPTS.h_thread_local_dtor.cpp+=        -std=c++11
 # Deal with questionable warning and header quality in libstdc++.
 COPTS.h_thread_local_dtor.cpp+=         ${${ACTIVE_CC} == "gcc" :?  -Wno-ctor-dtor-privacy -Wno-sign-compare -Wno-shadow :}
+SRCS.h_thread_local_dtor= h_thread_local_dtor.cpp
 
 FILESDIR=      ${TESTSDIR}
 FILES=         d_mach



Home | Main Index | Thread Index | Old Index