Module Name: src
Committed By: joerg
Date: Fri May 17 22:59:29 UTC 2013
Modified Files:
src/distrib/sets/lists/comp: mi
src/external/bsd/libc++/include: Makefile
Log Message:
Install cxxabi.h with libc++.
To generate a diff of this commit:
cvs rdiff -u -r1.1820 -r1.1821 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libc++/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.1820 src/distrib/sets/lists/comp/mi:1.1821
--- src/distrib/sets/lists/comp/mi:1.1820 Thu May 2 13:30:10 2013
+++ src/distrib/sets/lists/comp/mi Fri May 17 22:59:29 2013
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1820 2013/05/02 13:30:10 matt Exp $
+# $NetBSD: mi,v 1.1821 2013/05/17 22:59:29 joerg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -227,6 +227,7 @@
./usr/include/c++/cassert comp-cxx-include libcxx
./usr/include/c++/ccomplex comp-cxx-include libcxx
./usr/include/c++/cctype comp-cxx-include libcxx
+./usr/include/c++/cxxabi.h comp-cxx-include libcxx
./usr/include/c++/cerrno comp-cxx-include libcxx
./usr/include/c++/cfenv comp-cxx-include libcxx
./usr/include/c++/cfloat comp-cxx-include libcxx
Index: src/external/bsd/libc++/include/Makefile
diff -u src/external/bsd/libc++/include/Makefile:1.1 src/external/bsd/libc++/include/Makefile:1.2
--- src/external/bsd/libc++/include/Makefile:1.1 Sat Apr 27 23:02:21 2013
+++ src/external/bsd/libc++/include/Makefile Fri May 17 22:59:29 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/04/27 23:02:21 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2013/05/17 22:59:29 joerg Exp $
.include <bsd.init.mk>
@@ -104,10 +104,18 @@ INCS= __bit_reference \
hash_map \
hash_set
+INCS+= cxxabi.h
+
INCSDIR= /usr/include/c++
.for f in __hash hash_map hash_set
INCSDIR_${f}= /usr/include/c++/ext
.endfor
+cxxabi.h: ${LIBCXXRT_SRCDIR}/src/cxxabi.h
+ cp ${LIBCXXRT_SRCDIR}/src/cxxabi.h .
+
+DPSRCS+= cxxabi.h
+CLEANFILES+= cxxabi.h
+
.include <bsd.inc.mk>
.include <bsd.obj.mk>