Re: [gentoo-dev] [PATCH 2/2] go-env.eclass: also set GOARM & GO386 when applicable

2023-11-23 Thread Ionen Wolkens
On Thu, Nov 23, 2023 at 05:31:59PM +0800, WANG Xuerui wrote: > This is necessary for the build artifact to conform to the configured > ISA level and features on those arches. The logic is also taken from > the dev-lang/go ebuild. > > Signed-off-by: WANG Xuerui > --- > eclass/go-env.eclass | 21 +

[gentoo-dev] [PATCH 2/2] go-env.eclass: also set GOARM & GO386 when applicable

2023-11-23 Thread WANG Xuerui
This is necessary for the build artifact to conform to the configured ISA level and features on those arches. The logic is also taken from the dev-lang/go ebuild. Signed-off-by: WANG Xuerui --- eclass/go-env.eclass | 21 + 1 file changed, 21 insertions(+) diff --git a/eclass