From faf07f1b8f24c5ec82305579337e074af3a9b818 Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 3 Aug 2019 16:24:27 +0000 Subject: [PATCH] build_library: Add temporary workaround for binutils update Revert this after the new binutils is built into the SDK. --- 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 2b3969af8c..0e058219e6 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() { +get_binonly_args() { return ; local pkgs=( "${TOOLCHAIN_PKGS[@]}" $(get_cross_pkgs "$@") ) echo "${pkgs[@]/#/--useoldpkg-atoms=}" "${pkgs[@]/#/--rebuild-exclude=}" }