Re: [RFC PATCH 1/3] tests/docker: gcc-10 based images for ppc64{,le} tests

2021-04-16 Thread Alex Bennée
David Gibson writes: > On Thu, Apr 15, 2021 at 06:41:36PM -0300, matheus.fe...@eldorado.org.br wrote: >> From: Matheus Ferst >> >> A newer compiler is needed to build tests for Power10 instructions. As >> done for arm64 on c729a99d2701, new '-test-cross' images are created for >> ppc64 and pp

Re: [RFC PATCH 1/3] tests/docker: gcc-10 based images for ppc64{, le} tests

2021-04-15 Thread David Gibson
On Thu, Apr 15, 2021 at 06:41:36PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Matheus Ferst > > A newer compiler is needed to build tests for Power10 instructions. As > done for arm64 on c729a99d2701, new '-test-cross' images are created for > ppc64 and ppc64le. As done on 936fda4d771f,

[RFC PATCH 1/3] tests/docker: gcc-10 based images for ppc64{, le} tests

2021-04-15 Thread matheus . ferst
From: Matheus Ferst A newer compiler is needed to build tests for Power10 instructions. As done for arm64 on c729a99d2701, new '-test-cross' images are created for ppc64 and ppc64le. As done on 936fda4d771f, a test for compiler support is added to verify that the toolchain in use has '-mpower10'.