2011/6/15 ik <[email protected]>: > 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
