eclass/dot-a: Sync with Gentoo

It's from Gentoo commit 8fe607898ee5928079884c274a17baf38c26c5af.
This commit is contained in:
Flatcar Buildbot 2025-06-30 07:09:47 +00:00
parent 68f70b3d23
commit 348646e5be

View File

@ -91,7 +91,7 @@ strip-lto-bytecode() {
mapfile -t -d '' files < <(find -H "${@}" -type f \( -name '*.a' -or -name '*.o' \) -print0)
toolchain_type=
local toolchain_type=
tc-is-gcc && toolchain_type=gnu
tc-is-clang && toolchain_type=llvm