On 9/4/25 13:06, Daniel Henrique Barboza wrote:
How hard it is to update the GCC version we're running in the docker images for
"check-tcg"? We would like to use a RISC-V vector header that isn't supported
ATM.
If debian packages the gcc version, then it's easy: change

  gcc-riscv-linux-gnu

to

  gcc-NN-riscv-linux-gnu

If the version isn't packaged, then it's harder, and we would need to either build our own gcc within the container (see dockerfiles/debian-microblaze-cross.d/build-toolchain.sh), or you can host a pre-built version somewhere (see dockerfiles/debian-loongarch-cross.docker).


r~

Reply via email to