From abbb1a0e6aabd91d6d4c71216b6b9e20d25322d1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 11 May 2025 05:01:19 +0100 Subject: [PATCH] toolchain.eclass: tweak Go path for QA_PRESTRIPPED Not sure if the others are right or obsolete now, or what, but for me, the "prestripped" (but not) files are at e.g. usr/lib/go/15/x86_64-pc-linux-gnu/crypto.gox. Followup to ff1f410ec18385497f00dd86f2a64d60b1ed4b1a. Signed-off-by: Sam James --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index f0a0b377dc562..2d903f992b17a 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2790,7 +2790,7 @@ toolchain_src_install() { export QA_EXECSTACK="usr/lib*/go/*/*.gox" export QA_WX_LOAD="usr/lib*/go/*/*.gox" # Workaround bug #793770 - export QA_PRESTRIPPED="usr/lib*/go/*/*.gox" + export QA_PRESTRIPPED="usr/lib*/go/*/*/*.gox" # Disable RANDMMAP so PCH works, bug #301299 pax-mark -r "${ED}/libexec/gcc/${CTARGET}/${GCC_CONFIG_VER}/cc1"