hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
[qemu/ar7.git] / tests / docker / dockerfiles / debian-sh4-cross.docker
blob9d7663764e4d44d4620e5aea3ad7ae292d2e4a46
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-sh4-linux-gnu \
12         libc6-dev-sh4-cross