tests/tcg: enable building for i386
commit8b17219e7d01ad3e863656e6e7d26c2185392cd3
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Apr 2018 13:56:39 +0000 (17 14:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20 20:22 +0100)
tree7418816f7ace0f6caea6e4d93b84a60156f6c764
parent4132431f249ac89f413ff326ec4f960992806255
tests/tcg: enable building for i386

While you can construct a compile command that does work using the
x86_64 host compiler that most people use this is flakey. Different
distros handle this is different ways so we default to using a known
good i386 compiler via docker.

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/tcg/i386/Makefile.include [new file with mode: 0644]
tests/tcg/i386/Makefile.target