qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 2/3] new: debian docker targets for cross-com


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v3 2/3] new: debian docker targets for cross-compiling
Date: Tue, 14 Feb 2017 22:00:49 +0800
User-agent: Mutt/1.7.1 (2016-10-04)

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 address@hidden \
>     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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]