commit:     abbb1a0e6aabd91d6d4c71216b6b9e20d25322d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 04:01:19 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 04:34:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbb1a0e

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 <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index f0a0b377dc56..2d903f992b17 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"

Reply via email to