Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand Explicitly specify -m68020-60 to avoid ...



details:   https://anonhg.NetBSD.org/src/rev/83d396aef4f5
branches:  trunk
changeset: 772101:83d396aef4f5
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 18 04:51:12 2011 +0000

description:
Explicitly specify -m68020-60 to avoid possible 060SP instructions,
especially 64 bit integer mul/div ops in standalone bootloaders. From x68k.

diffstat:

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

diffs (16 lines):

diff -r cc66d641f88e -r 83d396aef4f5 sys/arch/atari/stand/Makefile.booters
--- a/sys/arch/atari/stand/Makefile.booters     Sun Dec 18 04:29:32 2011 +0000
+++ b/sys/arch/atari/stand/Makefile.booters     Sun Dec 18 04:51:12 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.2 2009/03/15 11:45:30 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.3 2011/12/18 04:51:12 tsutsui Exp $
 
 BINDIR=                /usr/mdec/${BTYPE:tl}
 
@@ -11,5 +11,6 @@
 CFLAGS+=       -ffreestanding
 CFLAGS+=       -Wall
 CFLAGS+=       -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
+CFLAGS+=       -m68020-60
 
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index