diff options
| author | Alex Bennée | 2019-02-07 16:34:23 +0100 |
|---|---|---|
| committer | Alex Bennée | 2019-02-08 18:32:35 +0100 |
| commit | d6db2a1cdf6c173304c32be3dfc18e0c8985d9af (patch) | |
| tree | a22081120471913bdac796cdf0c34e11ff1a4fcf /tests/tcg/aarch64 | |
| parent | archive-source.sh: Clone the submodules locally (diff) | |
| download | qemu-d6db2a1cdf6c173304c32be3dfc18e0c8985d9af.tar.gz qemu-d6db2a1cdf6c173304c32be3dfc18e0c8985d9af.tar.xz qemu-d6db2a1cdf6c173304c32be3dfc18e0c8985d9af.zip | |
docker: add debian-buster-arm64-cross
We can't build QEMU with this but we can use this image to build newer
arm64 testcases which need more up to date tools.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/tcg/aarch64')
| -rw-r--r-- | tests/tcg/aarch64/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/aarch64/Makefile.include b/tests/tcg/aarch64/Makefile.include index de32c91235..5d4e4c6f99 100644 --- a/tests/tcg/aarch64/Makefile.include +++ b/tests/tcg/aarch64/Makefile.include @@ -3,6 +3,6 @@ # We don't have any bigendian build tools so we only use this for AArch64 ifeq ($(TARGET_NAME),aarch64) -DOCKER_IMAGE=debian-arm64-cross +DOCKER_IMAGE=debian-buster-arm64-cross DOCKER_CROSS_COMPILER=aarch64-linux-gnu-gcc endif |
