tests/tcg: enable building for sh4
[qemu/ericb.git] / tests / docker / dockerfiles / debian-sh4-cross.docker
blob88a24230942e2a7d7f3c5abca0e55800f4cfdf22
2 # Docker cross-compiler target
4 # This docker target builds on the debian sid base image which
5 # contains cross compilers for Debian "ports" targets.
7 FROM qemu:debian-sid
9 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
10     apt-get install -y --no-install-recommends \
11         gcc-sh4-linux-gnu \
12         libc6-dev-sh4-cross