[fpc-pascal] using float emulation
Marc Santhoff
M.Santhoff at t-online.de
Fri Jun 1 20:21:09 CEST 2007
Hi,
I'm trying to force fpc to use emulation code for floating poing
calculations on i386 hardware.
$ fpc -al -st -Op1 -CfSOFT floattest.pp
Viewn from the assembler source the file is identical to one compiled
without target options and the link script does not show the inclusion
of something special.
This should work (me thinks;), but the info screen specifies -Op1 for
386/486. A i486 *does* have a coprocessor.
How can aks fpc to write code for an i386sx without FPU?
TIA,
Marc
More information about the fpc-pascal
mailing list