]> Git Repo - qemu.git/blame - tests/docker/dockerfiles/debian-sh4-cross.docker
Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into staging
[qemu.git] / tests / docker / dockerfiles / debian-sh4-cross.docker
CommitLineData
a5ec3e36
AB
1#
2# Docker cross-compiler target
3#
4# This docker target builds on the debian sid base image which
5# contains cross compilers for Debian "ports" targets.
6#
7FROM qemu:debian-sid
8
9RUN DEBIAN_FRONTEND=noninteractive eatmydata \
10 apt-get install -y --no-install-recommends \
11 gcc-sh4-linux-gnu \
12 libc6-dev-sh4-cross
This page took 0.049967 seconds and 4 git commands to generate.