build_library: Add temporary workaround for binutils update

Revert this after the new binutils is built into the SDK.
This commit is contained in:
David Michael 2019-08-03 16:24:27 +00:00
parent 40517864cb
commit faf07f1b8f

View File

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