Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Cc: William Hubbs <williamh@g.o>, Matt Turner <mattst88@g.o>
Subject: Re: [gentoo-dev] [PATCH] meson.eclass: Set needs_exe_wrapper in cross file
Date: Fri, 06 Mar 2020 19:09:42
Message-Id: CAJ0EP40kuMA3Z2j+YLFRBbyzoOPjbZ3G61WXoVFUD6bG8fcHxw@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH] meson.eclass: Set needs_exe_wrapper in cross file by Matt Turner
1 On Wed, Mar 4, 2020 at 2:55 PM Matt Turner <mattst88@g.o> wrote:
2 >
3 > needs_exe_wrapper tells meson whether the build machine is able to
4 > directly execute the binaries it produces or whether it needs an exe
5 > wrapper (like QEMU). For non-native ABI builds like building 32-bit
6 > libraries on an x86-64 system, we want this set to false to communicate
7 > to meson that the build machine can run the binaries directly.
8 >
9 > This allows dev-libs/wayland to execute the wayland-scanner binary it
10 > builds rather than relying on the system's.
11 >
12 > Signed-off-by: Matt Turner <mattst88@g.o>
13
14 Reviewed-by: Mike Gilbert <floppym@g.o>
15
16 Looks good to me.