mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
eclass/dot-a: Sync with Gentoo
It's from Gentoo commit 8fe607898ee5928079884c274a17baf38c26c5af.
This commit is contained in:
parent
68f70b3d23
commit
348646e5be
@ -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