[Lazarus] Cross compiling with Lazarus
Vincent Snijders
vincent.snijders at gmail.com
Wed Jun 15 16:12:28 CEST 2011
2011/6/15 ik <idokan at gmail.com>:
> Hello,
>
> I have ppcross386 on 64bit Linux. Lazarus is looking for "fpc" rather then a
> specific compiler name. How can I tell it to look for ppcross386 rather then
> FPC when compiling to 32 bit linux ?
If you choose the i386 target CPU, -Pi386 is passed to fpc which calls
ppcross386 (if you configured it correctly).
Vincent
More information about the Lazarus
mailing list