On 8/2/23 09:48, Bastian Koppelmann wrote:
since binutils is pretty old, it fails our CI repeatedly during the
compilation of tricore-binutils. We created a precompiled version using
the debian docker image and download it instead of building it ourself.

We also updated the package to include a newer version of binutils, gcc,
and newlib. The default TriCore ISA version used by tricore-as changed
from the old version, so we have to specify it now. If we don't
'test_fadd' fails with 'unknown opcode'.

Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de>
---
v1 -> v2:
     - Reverted package removal
     - Use updated tricore toolchain that contains gcc and newlib as well
     - updated LD/AS flags in tests/tcg/tricore, as the new binutils would fail
       tests.

  tests/docker/dockerfiles/debian-tricore-cross.docker | 10 +++-------
  tests/tcg/tricore/Makefile.softmmu-target            |  4 ++--
  2 files changed, 5 insertions(+), 9 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to