Merge pull request #875 from dm0-/glsa

Revert "build_library: Add temporary workaround for binutils update"
This commit is contained in:
David Michael 2019-08-08 16:09:40 -04:00 committed by GitHub
commit 471dd4c196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=}"
}