Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib Oops, botched test for GCC 2.9.
details: https://anonhg.NetBSD.org/src/rev/849175ef8bfb
branches: trunk
changeset: 486002:849175ef8bfb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed May 10 22:39:29 2000 +0000
description:
Oops, botched test for GCC 2.9.
diffstat:
gnu/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 7f240e8a7f47 -r 849175ef8bfb gnu/lib/Makefile
--- a/gnu/lib/Makefile Wed May 10 21:22:34 2000 +0000
+++ b/gnu/lib/Makefile Wed May 10 22:39:29 2000 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2000/05/09 06:23:40 thorpej Exp $
+# $NetBSD: Makefile,v 1.22 2000/05/10 22:39:29 thorpej Exp $
-HAVE_GCC29!= ${CXX} --version | egrep "^(2\.9|egcs)" ; echo
+HAVE_GCC29!= ${CXX} --version | egrep "^(2\.9)" ; echo
SUBDIR+= libbfd libmalloc
Home |
Main Index |
Thread Index |
Old Index