Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Until we have a solution for stdatomic.h for GCC 4.8, instal...
details: https://anonhg.NetBSD.org/src/rev/608f99eb0b08
branches: trunk
changeset: 338544:608f99eb0b08
user: joerg <joerg%NetBSD.org@localhost>
date: Fri May 29 17:40:41 2015 +0000
description:
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.
diffstat:
distrib/sets/lists/comp/mi | 3 ++-
external/bsd/llvm/include/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r c93176c4121f -r 608f99eb0b08 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Fri May 29 17:37:50 2015 +0000
+++ b/distrib/sets/lists/comp/mi Fri May 29 17:40:41 2015 +0000
@@ -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
diff -r c93176c4121f -r 608f99eb0b08 external/bsd/llvm/include/Makefile
--- a/external/bsd/llvm/include/Makefile Fri May 29 17:37:50 2015 +0000
+++ b/external/bsd/llvm/include/Makefile Fri May 29 17:40:41 2015 +0000
@@ -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= arm_acle.h \
arm_neon.h
.endif
+INCS+= stdatomic.h
INCSDIR= /usr/include/clang-${CLANG_VERSION:R}
.PATH: ${LLVM_SRCDIR}/include/llvm/IR \
Home |
Main Index |
Thread Index |
Old Index