From 9b863fa7ae8ecee9c72e40c964d5f160d458ce82 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 8 Aug 2019 15:53:06 +0000 Subject: [PATCH] Revert "build_library: Add temporary workaround for binutils update" This reverts commit faf07f1b8f24c5ec82305579337e074af3a9b818. --- build_library/toolchain_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/toolchain_util.sh b/build_library/toolchain_util.sh index 0e058219e6..2b3969af8c 100644 --- a/build_library/toolchain_util.sh +++ b/build_library/toolchain_util.sh @@ -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=}" }