Re: Automatically setting CMACHFLAGS -m680x0
Ignatios Souvatzis <[email protected]> Sat, 24 Jan 2009 21:08:57 +0100
| Newsgroups | gmane.os.netbsd.ports.m68k,gmane.os.netbsd.ports.atari,gmane.os.netbsd.ports.amiga |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jan 24, 2009 at 02:29:37PM +0000, David Brownlee wrote: > As an aside atari includes '-Wa,-m68030' in CMACHFLAGS > while amiga uses '-Wa,-m68030 -Wa,-m68851' - is there a > significance to the difference? I hope not. AFAIK, the only part of the 68851 that we use is the part that's compatible to the 68030 MMU. It might be more a formal declaration of intent. (Do we run on any Atari with 68020 + 68851? ) -is