[fpc-pascal] installing cross fpc in parallel to systems fpc
Karoly Balogh (Charlie/SGR)
charlie at scenergy.dfmk.hu
Fri Nov 10 18:22:47 CET 2017
Hi,
On Fri, 10 Nov 2017, Marc Santhoff wrote:
> What is that, is ppc used for bootstrapping the cross compiler
> regardless of any other fpc maybe installed?
Yes. First that ppc gets built with the "other FPC" installed. Or you can
specify a startup compiler explicitly with FPC= argument to the make. It
doesn't even need the rtl or anything, just the "ppcXXX" native compiler.
During the first round it builds this new native compiler + rtl which will
be used to bootstrap the actual crosscompiler then.
Charlie
More information about the fpc-pascal
mailing list