Revert "build_library: Add temporary workaround for binutils update"

This reverts commit faf07f1b8f24c5ec82305579337e074af3a9b818.
This commit is contained in:
David Michael 2019-08-08 15:53:06 +00:00
parent da9301e545
commit 9b863fa7ae

View File

@ -188,7 +188,7 @@ get_cross_pkgs() {
}
# Get portage arguments restricting toolchains to binary packages only.
get_binonly_args() { return ;
get_binonly_args() {
local pkgs=( "${TOOLCHAIN_PKGS[@]}" $(get_cross_pkgs "$@") )
echo "${pkgs[@]/#/--useoldpkg-atoms=}" "${pkgs[@]/#/--rebuild-exclude=}"
}