Nuke gcc 2.8 tests now that the tree requires egcs/gcc 2.8, and add

Texinfo doc for iostream.
This commit is contained in:
tv 1999-02-11 17:30:46 +00:00
parent 585a9eb044
commit f30eb3400a
1 changed files with 4 additions and 13 deletions

View File

@ -1,8 +1,4 @@
# $NetBSD: Makefile,v 1.7 1998/08/28 15:31:29 tv Exp $
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
.if (${HAVE_GCC28} != "")
# $NetBSD: Makefile,v 1.8 1999/02/11 17:30:46 tv Exp $
LIB= stdc++
@ -37,6 +33,8 @@ CPPFLAGS+= -I${DESTDIR}/usr/include/g++ -I${DIST}/libstdc++
NOMAN=
NOLINT= nolint (c++)
TEXINFO= iostream.texi
.PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio
# W not yet supported
@ -72,6 +70,7 @@ ${_TYPE_}inst.cc: cinst.cc
.cc:
@true
.include <bsd.info.mk>
.include <bsd.lib.mk>
.include <bsd.subdir.mk>
@ -79,11 +78,3 @@ ${_TYPE_}inst.cc: cinst.cc
LDADD= ${DESTDIR}/usr/lib/c++rt0.o
DPADD= ${DESTDIR}/usr/lib/c++rt0.o
.endif
.else
# XXX Temporary: during an egcs bootstrap, don't try to build with gcc 2.7
.include <bsd.own.mk>
${TARGETS}:
.endif