Browse Source
As before, using Debian SID compilers. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>pull/73/head
3 changed files with 16 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
# |
|||
# Docker cross-compiler target |
|||
# |
|||
# This docker target builds on the debian sid base image which |
|||
# contains cross compilers for Debian "ports" targets. |
|||
# |
|||
FROM qemu:debian-sid |
|||
|
|||
RUN DEBIAN_FRONTEND=noninteractive eatmydata \ |
|||
apt-get install -y --no-install-recommends \ |
|||
gcc-mips64-linux-gnuabi64 \ |
|||
libc6-dev-mips64-cross |
|||
Loading…
Reference in new issue