Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/xxboot Add missing -m68020-60 option. T...



details:   https://anonhg.NetBSD.org/src/rev/176d9fa80327
branches:  trunk
changeset: 359968:176d9fa80327
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Feb 04 06:16:03 2022 +0000

description:
Add missing -m68020-60 option.  This makes xxboot_ustarfs work even on 68060.
Problem reported by Makoto Kamada.  Confirmed on XEiJ (68060 mode).

diffstat:

 sys/arch/x68k/stand/xxboot/Makefile.xxboot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e384d08946fe -r 176d9fa80327 sys/arch/x68k/stand/xxboot/Makefile.xxboot
--- a/sys/arch/x68k/stand/xxboot/Makefile.xxboot        Thu Feb 03 21:02:47 2022 +0000
+++ b/sys/arch/x68k/stand/xxboot/Makefile.xxboot        Fri Feb 04 06:16:03 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.xxboot,v 1.18 2020/08/16 06:43:43 isaki Exp $
+#      $NetBSD: Makefile.xxboot,v 1.19 2022/02/04 06:16:03 isaki Exp $
 
 NOMAN=         # defined
 
@@ -35,6 +35,7 @@
 .include "${S}/conf/newvers_stand.mk"
 
 CFLAGS=        -Os -fomit-frame-pointer -fno-unwind-tables -Wno-attributes
+CFLAGS+= -m68020-60
 #CFLAGS+= -Wall
 CPPFLAGS+= -D_STANDALONE
 CPPFLAGS+= -DTEXTADDR="$(TEXT)" -DBOOT_TEXTADDR="$(BOOT_TEXT)"



Home | Main Index | Thread Index | Old Index