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 _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal