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

> make TEST_FPC=/full/path/to/ppcrossmipsel TEST_SSH=login@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@mips-box 
TEST_REMOTEPATH=/tmp/tests OPT="-O2 -ap" TEST_OPT="-O2 -ap" QUICKTEST=1 clean 
all digest


Jonas_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to