FPCOPROC is no longer used here.
This commit is contained in:
parent
4e5b47eba3
commit
cba224ed23
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user