Thorsten Otto via fpc-devel <fpc-devel@lists.freepascal.org> schrieb am
Mo., 7. Feb. 2022, 13:00:

> In the long term, it would be nice to have some automatic selection of the
> correct libraries. Otherwise it will not be possible to produce 68k
> binaries with a compiler that was compiled for 68020, since that will still
> pull in 68020 code from the libraries.
>
>
A FPC compiled for 68020 can generate 68000 code just fine and the other
way round (assuming of course that it was compiled without bugs ;) ). It's
just that you need to provide it with the correctly compiled units. You can
supply those in the fpc.cfg and with $fpcsubarch you can get the name of
the currently selected processor to use in a path name (the MS-DOS target
makes use of this for example).

Regards,
Sven
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to