Skip to content

Commit 471dd4c

Browse files
authored
Merge pull request #875 from dm0-/glsa
Revert "build_library: Add temporary workaround for binutils update"
2 parents da9301e + 9b863fa commit 471dd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_library/toolchain_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ get_cross_pkgs() {
188188
}
189189

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

0 commit comments

Comments
 (0)