Re: [OE-core] [PATCH 3/3] gcc-runtime: Add ptest

2013-09-06 Thread Saul Wold
On 09/06/2013 06:38 AM, Mihaela Sendrea wrote: libstdc++-v3 tests need g++ installed on the target, otherwise the majority of the tests will fail. The v3-build_support (initial support for objects needed for the test suite) is built separately at build time, to be able to still run and see the te

Re: [OE-core] [PATCH 3/3] gcc-runtime: Add ptest

2013-09-06 Thread Richard Purdie
On Fri, 2013-09-06 at 15:38 +0200, Mihaela Sendrea wrote: > libstdc++-v3 tests need g++ installed on the target, otherwise the > majority of the tests will fail. Shouldn't that be listed in RDEPENDS then? I'm guessing the problem is that adds the target gcc into the build and kills performance? :/

[OE-core] [PATCH 3/3] gcc-runtime: Add ptest

2013-09-06 Thread Mihaela Sendrea
libstdc++-v3 tests need g++ installed on the target, otherwise the majority of the tests will fail. The v3-build_support (initial support for objects needed for the test suite) is built separately at build time, to be able to still run and see the testcases and their output: PASS/FAIL/SKIP. Signed