mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
eclass/dot-a: Make a variable local
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com> Part-of: https://github.com/gentoo/gentoo/pull/42649 Closes: https://github.com/gentoo/gentoo/pull/42649 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
758285af0d
commit
8fe607898e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user