[fpc-devel] about freepascal for mips

Jonas Maebe jonas.maebe at elis.ugent.be
Sun May 27 21:42:34 CEST 2012


On 27 May 2012, at 21:34, Jonas Maebe wrote:

> make TEST_FPC=/full/path/to/ppcrossmipsel TEST_SSH=login at mips-box TEST_REMOTEPATH=/tmp/tests OPT="-O2 -ap" TEST_OPT="-O2 -ap" QUICKTEST=1 clean all digest
> 
> Add any additional parameters you need for cross-compilation (-FD, -XR, ...) to TEST_OPT. The QUICKTEST=1 means that tests that depend on units under fpc/packages won't be checked (there's not that many of them anyway).

Sorry, you need one more parameter due to a bug in the current building infrastructure when dealing with cross-compiled testsuite runs:

make FPMAKEFPC=/full/path/to/native-compiler-built-from-same-source-tree-as-cross-compiler TEST_FPC=/full/path/to/ppcrossmipsel TEST_SSH=login at mips-box TEST_REMOTEPATH=/tmp/tests OPT="-O2 -ap" TEST_OPT="-O2 -ap" QUICKTEST=1 clean all digest


Jonas


More information about the fpc-devel mailing list