Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/lib/libgcc install the C++ headers with the new toolchain.



details:   https://anonhg.NetBSD.org/src/rev/0d15e2142bcf
branches:  trunk
changeset: 513723:0d15e2142bcf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Aug 09 16:10:56 2001 +0000

description:
install the C++ headers with the new toolchain.

diffstat:

 gnu/lib/libgcc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5d7baa944d9f -r 0d15e2142bcf gnu/lib/libgcc/Makefile
--- a/gnu/lib/libgcc/Makefile   Thu Aug 09 16:09:52 2001 +0000
+++ b/gnu/lib/libgcc/Makefile   Thu Aug 09 16:10:56 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2001/07/26 11:28:21 mrg Exp $
+#      $NetBSD: Makefile,v 1.25 2001/08/09 16:10:56 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -24,6 +24,9 @@
 CPPFLAGS+=     -I${GCCARCH} -I${GCCCPINC} ${GCPPFLAGS:M-D*} \
                ${GCPPFLAGS:M-I*:N-I.*}
 
+INCS=          exception new new.h typeinfo
+INCSDIR=       /usr/include/g++
+
 .PATH: ${DIST}/gcc
 
 OBJS+=         ${G_LIB2FUNCS:=.o} ${G_LIB2FUNCS_EH:=.o} \



Home | Main Index | Thread Index | Old Index