Subject: Re: 040 compile options, partitioning, and FPSP
To: Erik Bertelsen <erik@sockdev.uni-c.dk>
From: Scott Reynolds <scottr@og.org>
List: port-mac68k
Date: 11/22/1996 13:32:14
On Thu, 7 Nov 1996, Erik Bertelsen wrote:

> Just to make everything explicit: 
> 
> 68030 needs neither FPU_EMULATE nor FPSP

The 68030 doesn't imply an FPU; you still need a 68881 or 68882.
Fortunately, most 030-based Macs have an 882 in them, so this happens to
be true, generally.

The FPSP is only used on 68040 systems.

> 68040 needs FPSP

Yes.

> 68LC040 needs FPU_EMULATE, but -- does it need FPSP as well ??

If you don't have a 68040 (the "normal" 040), the FPSP is ignored and is
unnecessary.

--scott