summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--round-robin.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 062204fb..b31132f0 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -385,21 +385,6 @@ build_abe ()
PATH=$(pwd)/bin:$PATH
export PATH
- if [ x"$component" != x"stage2" ]; then
- # TODO: Fix install_sysroot logic in ABE.
- # ABE tries to install sysroot even for partial builds, e.g.,
- # with "--build binutils". Workaround by patching ABE.
- sed -i -e "s/do_install_sysroot/:/" lib/control.sh
- else
- git checkout -- lib/control.sh
- fi
-
- if true; then
- # WORKAROUND abe patches being blocked on proper testing.
- # Append, not overwrite runtestflags in abe.sh
- sed -i -e 's/override_runtestflags=.*/override_runtestflags="$override_runtestflags $setting"/' abe.sh
- fi
-
ccache -z
local target_opt=""
if [ x"${rr[target]}" != x"native" ]; then