Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/sync Explicitly link C++ test case with CXX.



details:   https://anonhg.NetBSD.org/src/rev/d704768409c4
branches:  trunk
changeset: 803225:d704768409c4
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Oct 18 02:22:35 2014 +0000

description:
Explicitly link C++ test case with CXX.

diffstat:

 tests/lib/libc/sync/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eaa3ae296840 -r d704768409c4 tests/lib/libc/sync/Makefile
--- a/tests/lib/libc/sync/Makefile      Sat Oct 18 01:49:01 2014 +0000
+++ b/tests/lib/libc/sync/Makefile      Sat Oct 18 02:22:35 2014 +0000
@@ -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 @@
     ("${ACTIVE_CC}" == "gcc" && "${HAVE_GCC}" == "48")
 
 CXXFLAGS+= -std=c++11
-PROG+= cpp_atomic_ops_linkable
+PROG_CXX+=     cpp_atomic_ops_linkable
 
 .endif
 



Home | Main Index | Thread Index | Old Index