[fpc-pascal] Does a single cross compiler for a CPU used for all operating systems?
Sven Barth
pascaldragon at googlemail.com
Mon Mar 30 22:34:57 CEST 2015
On 30.03.2015 21:33, vfclists . wrote:
> Does a single cross compiler for a CPU used for all operating systems?
>
> eg ppcross386 is the cross compiler for i386. Is it the same compiler
> that would be used whether the target was a 32bit Linux, OS/X or Win32,
> with different linkers and libraries used for the final executable?
That is correct. (an exception to this is ARM hard float which requires
a different compiler binary than ARM soft float - if I remember correctly)
Regards,
Sven
More information about the fpc-pascal
mailing list