OSDN Git Service

tests/tcg: enable building for Alpha
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 23 Apr 2018 12:54:09 +0000 (13:54 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
commit409c1c9cbd9a6715d5f5663a8b3404ea193d0137
tree893d8ceb38f3938a1bd2108c97861dba31ca6f26
parent1e2107092dda50f111a7886d968877a97b71465a
tests/tcg: enable building for Alpha

We can't use our normal Debian based compilers as Alpha isn't an
officially supported architecture. However it is available as a port
and fortunately cross compilers for all these targets are included in
Debian Sid, the perpetual rolling/unstable/testing version of Debian.

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>
tests/docker/Makefile.include
tests/docker/dockerfiles/debian-alpha-cross.docker [new file with mode: 0644]
tests/docker/dockerfiles/debian-sid.docker [new file with mode: 0644]
tests/tcg/alpha/Makefile.include [new file with mode: 0644]
tests/tcg/alpha/Makefile.target [new file with mode: 0644]