Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/conf Minor changes from news68k.



details:   https://anonhg.NetBSD.org/src/rev/c3d033f65589
branches:  trunk
changeset: 515576:c3d033f65589
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sat Sep 29 01:24:30 2001 +0000

description:
Minor changes from news68k.

diffstat:

 sys/arch/x68k/conf/Makefile.x68k |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 76ed00e29646 -r c3d033f65589 sys/arch/x68k/conf/Makefile.x68k
--- a/sys/arch/x68k/conf/Makefile.x68k  Sat Sep 29 01:24:01 2001 +0000
+++ b/sys/arch/x68k/conf/Makefile.x68k  Sat Sep 29 01:24:30 2001 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile.x68k,v 1.50 2001/05/29 02:20:27 mrg Exp $
-
+#      $NetBSD: Makefile.x68k,v 1.51 2001/09/29 01:24:30 minoura Exp $
+#
 # Makefile for NetBSD
 #
 # This makefile is constructed from a machine description:
@@ -34,11 +34,12 @@
 
 # source tree is located via $S relative to the compilation directory
 .ifndef S
-S!=    cd ../../../..; pwd
+#S!=   cd ../../../..; pwd
+S=     ../../../..
 .endif
 X68K=  $S/arch/x68k
 
-HAVE_EGCS!=    ${CC} --version | egrep "^(2\.8|egcs)" ; echo
+HAVE_EGCS!=    ${CC} --version | egrep "^(2\.[89]|egcs)" ; echo
 INCLUDES=      -I. -I$S/arch -I$S -nostdinc
 CPPFLAGS=      ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D_KERNEL_OPT -Dx68k
 CMACHFLAGS?=   -m68020-60 -Wa,-m68030 -Wa,-m68851



Home | Main Index | Thread Index | Old Index