Module Name:    src
Committed By:   joerg
Date:           Fri May 29 17:40:41 UTC 2015

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/external/bsd/llvm/include: Makefile

Log Message:
Until we have a solution for stdatomic.h for GCC 4.8, install Clang's
version under /usr/include/clang-3.6 to match the C11 default.


To generate a diff of this commit:
cvs rdiff -u -r1.1962 -r1.1963 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.36 -r1.37 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.1962 src/distrib/sets/lists/comp/mi:1.1963
--- src/distrib/sets/lists/comp/mi:1.1962	Fri May 29 12:38:18 2015
+++ src/distrib/sets/lists/comp/mi	Fri May 29 17:40:41 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.1962 2015/05/29 12:38:18 pooka Exp $
+#	$NetBSD: mi,v 1.1963 2015/05/29 17:40:41 joerg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -350,6 +350,7 @@
 ./usr/include/cdk/swindow.h			comp-obsolete		obsolete
 ./usr/include/cdk/template.h			comp-obsolete		obsolete
 ./usr/include/cdk/viewer.h			comp-obsolete		obsolete
+./usr/include/clang-3.6/stdatomic.h	comp-c-include		llvm
 ./usr/include/complex.h				comp-c-include
 ./usr/include/cpio.h				comp-c-include
 ./usr/include/crypto/cryptodev.h		comp-c-include

Index: src/external/bsd/llvm/include/Makefile
diff -u src/external/bsd/llvm/include/Makefile:1.36 src/external/bsd/llvm/include/Makefile:1.37
--- src/external/bsd/llvm/include/Makefile:1.36	Thu Jan 29 20:41:34 2015
+++ src/external/bsd/llvm/include/Makefile	Fri May 29 17:40:41 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.36 2015/01/29 20:41:34 joerg Exp $
+#	$NetBSD: Makefile,v 1.37 2015/05/29 17:40:41 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -49,6 +49,7 @@ INCS=	altivec.h
 INCS=	arm_acle.h \
 	arm_neon.h
 .endif
+INCS+=	stdatomic.h
 INCSDIR=	/usr/include/clang-${CLANG_VERSION:R}
 
 .PATH:	${LLVM_SRCDIR}/include/llvm/IR \

Reply via email to