Re: [gentoo-dev] [PATCH 2/2] waf-utils.eclass: Set up QEMU when cross-compiling

2025-05-09 Thread James Le Cuirot
On Fri, 2025-05-09 at 18:31 +0100, James Le Cuirot wrote: > waf supports executing binaries via a wrapper for cross-compiling. This > may already be handled by a QEMU outside this environment if binfmt_misc > has been used with the F flag, and we cannot add a cross-only dependency > on QEMU. For th

[gentoo-dev] [PATCH 2/2] waf-utils.eclass: Set up QEMU when cross-compiling

2025-05-09 Thread James Le Cuirot
waf supports executing binaries via a wrapper for cross-compiling. This may already be handled by a QEMU outside this environment if binfmt_misc has been used with the F flag, and we cannot add a cross-only dependency on QEMU. For these reasons, this sets the prefix using QEMU_LD_PREFIX rather addi