diff options
| author | joerg <joerg@NetBSD.org> | 2014-10-18 02:22:35 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2014-10-18 02:22:35 +0000 |
| commit | 5e9d33d7233e8bb2023e68ebcabd1ea5b031dcfd (patch) | |
| tree | deb04e7ee4de7b4e3761ee551423d268a36b130c | |
| parent | 15ea669164bf8d8d0a2fac1e2c42d7fcf533a4ba (diff) | |
Explicitly link C++ test case with CXX.
| -rw-r--r-- | tests/lib/libc/sync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/libc/sync/Makefile b/tests/lib/libc/sync/Makefile index 5967f40eb7a..4238255ab49 100644 --- a/tests/lib/libc/sync/Makefile +++ b/tests/lib/libc/sync/Makefile @@ -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 |
