From f30eb3400a4a8d0159640545528f6088c6c83e88 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 11 Feb 1999 17:30:46 +0000 Subject: [PATCH] Nuke gcc 2.8 tests now that the tree requires egcs/gcc 2.8, and add Texinfo doc for iostream. --- gnu/lib/libstdc++/Makefile | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 02729eb984be..1fb450ce87ff 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -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 .include .include @@ -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 -${TARGETS}: - -.endif