summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/trees1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/trees b/script/trees
index 7287280d..f0071d5e 100755
--- a/script/trees
+++ b/script/trees
@@ -170,7 +170,6 @@ check_cross_compiler()
export CROSS_COMPILE="${xarch% *}-"
[ -n "$xlang" ] && export BUILD_LANGUAGES="$xlang"
- [ -d "$cbdir/util/crossgcc/xgcc/$_xarch/" ] && continue
x_ make -C "$cbdir" crossgcc-${_xarch%-*} $cbmakeargs
done
}