Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/x68k/conf Pull up revision 1.49 via patch (req...



details:   https://anonhg.NetBSD.org/src/rev/8bff7068b8ff
branches:  netbsd-1-5
changeset: 490528:8bff7068b8ff
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 20:10:39 2001 +0000

description:
Pull up revision 1.49 via patch (requested by minoura):
  CMACHFLAGS now defaults to -m68020-60.

diffstat:

 sys/arch/x68k/conf/Makefile.x68k |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 6818e76874fb -r 8bff7068b8ff sys/arch/x68k/conf/Makefile.x68k
--- a/sys/arch/x68k/conf/Makefile.x68k  Thu Jan 25 20:10:35 2001 +0000
+++ b/sys/arch/x68k/conf/Makefile.x68k  Thu Jan 25 20:10:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.x68k,v 1.45 2000/05/09 00:56:28 hubertf Exp $
+#      $NetBSD: Makefile.x68k,v 1.45.4.1 2001/01/25 20:10:39 jhawk Exp $
 
 # Makefile for NetBSD
 #
@@ -47,11 +47,7 @@
 HAVE_EGCS!=    ${CC} --version | egrep "^(2\.8|egcs)" ; echo
 INCLUDES=      -I. -I$S/arch -I$S -nostdinc
 CPPFLAGS=      ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dx68k
-.if empty(IDENT:M-DM68060)
-CMACHFLAGS=    -m68030
-.else
-CMACHFLAGS=    -m68060 -Wa,-m68030 -Wa,-m68851
-.endif
+CMACHFLAGS?=   -m68020-60 -Wa,-m68030 -Wa,-m68851
 CWARNFLAGS?=   -Werror -Wstrict-prototypes -Wmissing-prototypes \
                -Wpointer-arith
 # XXX Delete -Wuninitialized for now, since the compiler doesn't



Home | Main Index | Thread Index | Old Index