On Tue, 02/14 10:07, Alex Bennée wrote: > This provides a basic Debian install with access to the emdebian cross > compilers. The debian-armhf-cross and debian-arm64-cross targets build > on the basic Debian image to allow cross compiling to those targets. > > To build against the cross compiler a cross-compile prefix needs to be > set in the configure options, for example: > > make docker-test-build@debian-arm64-cross \ > EXTRA_CONFIGURE_OPTS="--cross-prefix=aarch64-linux-gnu-" \ > TARGET_LIST="aarch64-softmmu,aarch64-linux-user"
If cross-compile is the only meaningful way to use this image, we probably should bake the configure option into the dockerfile and pick it up automatically in common.rc. What do you think? Fam