Fix "Error: unrecognized option -mcpu68030".

This commit is contained in:
tsutsui 2014-03-30 15:54:37 +00:00
parent 19ce479fbc
commit 124e6bcb96

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mvme68k,v 1.63 2014/03/30 15:20:54 christos Exp $
# $NetBSD: Makefile.mvme68k,v 1.64 2014/03/30 15:54:37 tsutsui Exp $
# Makefile for NetBSD
#
@ -40,9 +40,9 @@ CMACHFLAGS= -m68030
.endif
.else
.if empty(IDENT:M-DMVME147) && empty(IDENT:M-DMVME162) && empty(IDENT:M-DMVME167)
CMACHFLAGS= -m68060 -Wa,-mcpu68030 -Wa,-m68851
CMACHFLAGS= -m68060 -Wa,-mcpu=68030 -Wa,-m68851
.else
CMACHFLAGS= -m68020-60 -Wa,-mcpu68030 -Wa,-m68851
CMACHFLAGS= -m68020-60 -Wa,-mcpu=68030 -Wa,-m68851
.endif
.endif
CFLAGS+= ${CMACHFLAGS} -msoft-float