Re: [Valgrind-users] Valgrind test suite on different target.

2010-09-15 Thread Alessandro Biasci
On 14/09/2010 16:59, John Reiser wrote: $ make CROSS_COMPILE=powerpc-860-linux-gnu CC=powerpc-860-linux-gnu-gcc regtest Now I'd like to execute this tests on the target platform (that isn't the same of compile) and not after the compile step [which was performed on the build

Re: [Valgrind-users] Valgrind test suite on different target.

2010-09-15 Thread Bart Van Assche
On Wed, Sep 15, 2010 at 9:58 AM, Alessandro Biasci a.bia...@evidence.eu.com wrote: On 14/09/2010 16:59, John Reiser wrote: $ make CROSS_COMPILE=powerpc-860-linux-gnu CC=powerpc-860-linux-gnu-gcc regtest Now I'd like to execute this tests on the target platform (that isn't the same of

Re: [Valgrind-users] Valgrind test suite on different target.

2010-09-14 Thread John Reiser
$ make CROSS_COMPILE=powerpc-860-linux-gnu CC=powerpc-860-linux-gnu-gcc regtest Now I'd like to execute this tests on the target platform (that isn't the same of compile) and not after the compile step [which was performed on the build platform.] On the target platform, make it look as if