[CRIU] [PATCH 2/2] piegen: Allow to compile piegen tool in cross environment

Cyrill Gorcunov gorcunov at gmail.com
Tue Sep 29 13:42:19 PDT 2015


On Tue, Sep 29, 2015 at 04:37:41PM -0400, Christopher Covington wrote:
> On 09/29/2015 03:26 PM, Cyrill Gorcunov wrote:
> > To build piegen tool with different compiler/linker than
> > gcc/ld -- simply run make as
> > 
> > 	HOSTCC="host-compiler" HOSTLD="host-ld" make
> > 
> > where host-compiler/ld is appropriate program needed.
> > 
> > https://github.com/xemul/criu/issues/63
> > 
> > Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> 
> Reviewed-by: Christopher Covington <cov at codeaurora.org>
> 
> Thanks Cyrill! This will make porting piegen to ARM easier.

Thanks for review, Christopher!


More information about the CRIU mailing list