FPCOPROC is no longer used here.

This commit is contained in:
mycroft 1997-09-12 09:29:13 +00:00
parent 4e5b47eba3
commit cba224ed23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mvme68k,v 1.27 1997/09/12 07:55:19 mycroft Exp $
# $NetBSD: Makefile.mvme68k,v 1.28 1997/09/12 09:29:13 mycroft Exp $
# Makefile for NetBSD
#
@ -37,7 +37,7 @@ MVME68K=$S/arch/mvme68k
# Keep -nostdinc before all -I flags, similar for -undef ...
INCLUDES= -nostdinc -I. -I$S/arch -I$S
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
-Dmc68020 -Dmvme68k -DFPCOPROC
-Dmc68020 -Dmvme68k
CWARNFLAGS= -Werror
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.x68k,v 1.16 1997/09/12 07:59:28 mycroft Exp $
# $NetBSD: Makefile.x68k,v 1.17 1997/09/12 09:29:14 mycroft Exp $
# Makefile for NetBSD
#
@ -35,7 +35,7 @@ X68K= $S/arch/x68k
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
-Dmc68020 -Dx68k -DFPCOPROC
-Dmc68020 -Dx68k
.if empty(IDENT:M-DM68060)
CMACHFLAGS= -m68030
.else