Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/conf Fix "Error: unrecognized option -mcpu6...



details:   https://anonhg.NetBSD.org/src/rev/907b27a34703
branches:  trunk
changeset: 328303:907b27a34703
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Mar 30 15:54:37 2014 +0000

description:
Fix "Error: unrecognized option -mcpu68030".

diffstat:

 sys/arch/mvme68k/conf/Makefile.mvme68k |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 2ff6008bb091 -r 907b27a34703 sys/arch/mvme68k/conf/Makefile.mvme68k
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k    Sun Mar 30 15:53:37 2014 +0000
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k    Sun Mar 30 15:54:37 2014 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index