diff options
| author | tv <tv@NetBSD.org> | 1998-04-09 00:06:09 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-04-09 00:06:09 +0000 |
| commit | 263bb693f072a067b5d68b55a2c6fa24789300f3 (patch) | |
| tree | 81a1fb162c0aa66eb5be94aa084c24a1b62d3f5d /gnu/lib/libstdc++ | |
| parent | 38aa1f3401d278c7bb55eff53b01d0b303516dd8 (diff) | |
Make libstdc++ skip build without bombing if the bootstrap compiler is gcc
2.7 and not egcs.
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index e977e548601..a28e149a6c5 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/04/08 23:39:05 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/04/09 00:06:09 tv Exp $ HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo @@ -124,4 +124,9 @@ ldcomio.cc: Makefile cat $(CINSTCC)) > $(.TARGET) CLEANFILES+=ldcomio.cc +.else + +# XXX Temporary: during an egcs bootstrap, don't try to build with gcc 2.7 +${TARGETS}: + .endif |
