Re: 4.01 panic/lock issues?

Izumi Tsutsui <[email protected]> Mon, 19 Jan 2009 22:34:22 +0900
Newsgroups gmane.os.netbsd.ports.sun3
Message-ID <[email protected]>
[email protected] wrote:

>  	Maybe we should default m68k ports to compiling with -m68020-60 ?

gcc's default seems -m68020.

-m68020-60 will disable 68881/68882 only instructions,
so it might make 040/060 a bit faster but
also might make 020/030 slower slightly?

Anyway, using -m68040 on building packages is too bad..
---
Izumi Tsutsui