On 03 Jan 2011, at 04:11, Andrew Haines wrote:
On linux32 and win32 what cc does fpc use by default?
If you mean "i386" by "32", it's Delphi-style fastcall, aka "register". This calling convention is the default on all i386 platforms.
FPC's implementation is not yet 100% Delphi-compatible at this time though, so it will still change in the future (since the only reason for supporting this is Delphi compatibility).
Jonas _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
