diff options
| author | tv <tv@NetBSD.org> | 1999-02-11 17:30:46 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1999-02-11 17:30:46 +0000 |
| commit | f30eb3400a4a8d0159640545528f6088c6c83e88 (patch) | |
| tree | f78e5784aa25853f2ab811c0d69997110b48bb58 /gnu/lib/libstdc++ | |
| parent | 585a9eb044776b5500a4cbbe0284239d5ab50366 (diff) | |
Nuke gcc 2.8 tests now that the tree requires egcs/gcc 2.8, and add
Texinfo doc for iostream.
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 02729eb984b..1fb450ce87f 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 <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 |
