Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9, as well.



details:   https://anonhg.NetBSD.org/src/rev/6c4bdbee01ab
branches:  trunk
changeset: 485935:6c4bdbee01ab
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 09 00:17:10 2000 +0000

description:
HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9, as well.

diffstat:

 Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4a1988cb88d1 -r 6c4bdbee01ab Makefile
--- a/Makefile  Tue May 09 00:15:55 2000 +0000
+++ b/Makefile  Tue May 09 00:17:10 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.114 2000/05/06 07:53:53 sjg Exp $
+#      $NetBSD: Makefile,v 1.115 2000/05/09 00:17:10 thorpej Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -44,7 +44,7 @@
 .endif
 
 MKOBJDIRS ?= no
-HAVE_GCC28!=   ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
+HAVE_EGCS!=    ${CXX} --version | egrep "^(2\.[89]|egcs)" ; echo
 
 .if defined(NBUILDJOBS)
 _J= -j${NBUILDJOBS}
@@ -128,7 +128,7 @@
 .if ${MKOBJDIRS} != "no"
        ${MAKE} obj
 .endif
-.if empty(HAVE_GCC28)
+.if empty(HAVE_EGCS)
 .if defined(DESTDIR)
        @echo "*** CAPUTE!"
        @echo "    You attempted to compile the world without egcs.  You must"



Home | Main Index | Thread Index | Old Index