diff options
author | Richard Henderson | 2022-07-04 09:06:29 +0200 |
---|---|---|
committer | Richard Henderson | 2022-07-19 18:23:58 +0200 |
commit | b70ec50b9d1e552a60beef6e0d689fb746963358 (patch) | |
tree | ccee27165f67d700fb71a351b0eb42095f8a3107 /configure | |
parent | Merge tag 'pull-request-2022-07-19' of https://gitlab.com/thuth/qemu into sta... (diff) | |
download | qemu-b70ec50b9d1e552a60beef6e0d689fb746963358.tar.gz qemu-b70ec50b9d1e552a60beef6e0d689fb746963358.tar.xz qemu-b70ec50b9d1e552a60beef6e0d689fb746963358.zip |
tests/docker/dockerfiles: Add debian-loongarch-cross.docker
Use the pre-packaged toolchain provided by Loongson via github.
Tested-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220704070824.965429-1-richard.henderson@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1933,6 +1933,7 @@ probe_target_compiler() { hexagon) container_hosts=x86_64 ;; hppa) container_hosts=x86_64 ;; i386) container_hosts=x86_64 ;; + loongarch64) container_hosts=x86_64 ;; m68k) container_hosts=x86_64 ;; microblaze) container_hosts=x86_64 ;; mips64el) container_hosts=x86_64 ;; @@ -1987,6 +1988,10 @@ probe_target_compiler() { container_image=fedora-i386-cross container_cross_prefix= ;; + loongarch64) + container_image=debian-loongarch-cross + container_cross_prefix=loongarch64-unknown-linux-gnu- + ;; m68k) container_image=debian-m68k-cross container_cross_prefix=m68k-linux-gnu- |