target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
[qemu/ar7.git] / tests / docker / dockerfiles / debian-sparc64-cross.docker
blobf4bb9b561cfa915e14ff549448812f27a5dd3806
2 # Docker cross-compiler target
4 # This docker target builds on the debian Buster base image.
6 FROM qemu/debian10
8 RUN apt update && \
9     DEBIAN_FRONTEND=noninteractive eatmydata \
10     apt install -y --no-install-recommends \
11         gcc-sparc64-linux-gnu \
12         libc6-dev-sparc64-cross