Module Name: src
Committed By: joerg
Date: Sat Oct 18 02:22:36 UTC 2014
Modified Files:
src/tests/lib/libc/sync: Makefile
Log Message:
Explicitly link C++ test case with CXX.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sync/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/sync/Makefile
diff -u src/tests/lib/libc/sync/Makefile:1.5 src/tests/lib/libc/sync/Makefile:1.6
--- src/tests/lib/libc/sync/Makefile:1.5 Mon Oct 13 11:07:38 2014
+++ src/tests/lib/libc/sync/Makefile Sat Oct 18 02:22:35 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/10/13 11:07:38 martin Exp $
+# $NetBSD: Makefile,v 1.6 2014/10/18 02:22:35 joerg Exp $
WARNS=0
NOMAN=1
@@ -11,7 +11,7 @@ PROG= all_sync_ops_linkable
("${ACTIVE_CC}" == "gcc" && "${HAVE_GCC}" == "48")
CXXFLAGS+= -std=c++11
-PROG+= cpp_atomic_ops_linkable
+PROG_CXX+= cpp_atomic_ops_linkable
.endif