On 10/26/21 12:22, Alex Bennée wrote: > From: Richard Henderson <richard.hender...@linaro.org> > > Build the entire cross tool chain from source. > For this reason, default to caching. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > [AJB: Update MAINTAINERS] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20211014224435.2539547-7-richard.hender...@linaro.org> > --- > MAINTAINERS | 1 + > tests/docker/Makefile.include | 6 ++ > .../build-toolchain.sh | 88 +++++++++++++++++++ > 3 files changed, 95 insertions(+) > create mode 100755 > tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>