diff options
author | Richard Henderson | 2021-10-26 12:22:12 +0200 |
---|---|---|
committer | Alex Bennée | 2021-11-04 11:32:00 +0100 |
commit | b58a4e688adf23b04ddd4845f1956d21d4ce87f7 (patch) | |
tree | a90a4136ae81230edc1e43549457fce8ab32b7e9 /MAINTAINERS | |
parent | tests/docker: Add debian-nios2-cross image (diff) | |
download | qemu-b58a4e688adf23b04ddd4845f1956d21d4ce87f7.tar.gz qemu-b58a4e688adf23b04ddd4845f1956d21d4ce87f7.tar.xz qemu-b58a4e688adf23b04ddd4845f1956d21d4ce87f7.zip |
tests/docker: Add debian-microblaze-cross image
Build the entire cross tool chain from source.
For this reason, default to caching.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[AJB: Update MAINTAINERS]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211014224435.2539547-7-richard.henderson@linaro.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211026102234.3961636-7-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea081bdbd1..75ec9c8628 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -225,6 +225,7 @@ S: Maintained F: target/microblaze/ F: hw/microblaze/ F: disas/microblaze.c +F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh MIPS TCG CPUs M: Philippe Mathieu-Daudé <f4bug@amsat.org> |