mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
Revert "build_library: Add temporary workaround for binutils update"
This reverts commit faf07f1b8f24c5ec82305579337e074af3a9b818.
This commit is contained in:
parent
da9301e545
commit
9b863fa7ae
@ -188,7 +188,7 @@ get_cross_pkgs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Get portage arguments restricting toolchains to binary packages only.
|
# Get portage arguments restricting toolchains to binary packages only.
|
||||||
get_binonly_args() { return ;
|
get_binonly_args() {
|
||||||
local pkgs=( "${TOOLCHAIN_PKGS[@]}" $(get_cross_pkgs "$@") )
|
local pkgs=( "${TOOLCHAIN_PKGS[@]}" $(get_cross_pkgs "$@") )
|
||||||
echo "${pkgs[@]/#/--useoldpkg-atoms=}" "${pkgs[@]/#/--rebuild-exclude=}"
|
echo "${pkgs[@]/#/--useoldpkg-atoms=}" "${pkgs[@]/#/--rebuild-exclude=}"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user