Module Name: src
Committed By: martin
Date: Sun Oct 12 08:02:35 UTC 2014
Modified Files:
src/tests/lib/libc/sync: Makefile
Log Message:
Disable the <atomic> C++11 test for now, we are not ready for it.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/tests/lib/libc/sync/Makefile:1.3
--- src/tests/lib/libc/sync/Makefile:1.2 Sat Oct 11 14:52:15 2014
+++ src/tests/lib/libc/sync/Makefile Sun Oct 12 08:02:35 2014
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2014/10/11 14:52:15 martin Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/12 08:02:35 martin Exp $
WARNS=0
NOMAN=1
CXXFLAGS+= -std=c++11
-PROG=all_sync_ops_linkable cpp_atomic_ops_linkable
+PROG=all_sync_ops_linkable # cpp_atomic_ops_linkable
proginstall:
@echo This directory features link time only tests.