mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tests/docker: add debian-amd64-cross for non-x86 hosts
When building on a non-x86 host we need to setup the x86 build like any other cross compiler. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
bf5b512cd4
commit
ec22b72699
3 changed files with 30 additions and 0 deletions
|
@ -89,7 +89,13 @@ endif
|
|||
|
||||
# Enforce dependencies for composite images
|
||||
docker-image-debian9-mxe: docker-image-debian9
|
||||
ifeq ($(ARCH),x86_64)
|
||||
docker-image-debian-amd64: docker-image-debian9
|
||||
DOCKER_PARTIAL_IMAGES += debian-amd64-cross
|
||||
else
|
||||
docker-image-debian-amd64-cross: docker-image-debian10
|
||||
DOCKER_PARTIAL_IMAGES += debian-amd64
|
||||
endif
|
||||
docker-image-debian-armel-cross: docker-image-debian9
|
||||
docker-image-debian-armhf-cross: docker-image-debian9
|
||||
docker-image-debian-mips-cross: docker-image-debian9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue