Skip to content

Commit 3819809

Browse files
author
Doug Coleman
committed
Revert "[build-script] When cross compiling tools, don't install native host tools."
This reverts commit f03ec50. @karwa depends on this behavior for a script.
1 parent 87d22ac commit 3819809

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/build-script-impl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,11 +2799,6 @@ for host in "${ALL_HOSTS[@]}"; do
27992799
continue
28002800
fi
28012801

2802-
# Skip this if we're cross compiling and it's the local host.
2803-
if [[ $(has_cross_compile_hosts) ]] && [[ ${host} == ${LOCAL_HOST} ]]; then
2804-
continue
2805-
fi
2806-
28072802
# Calculate the directory to install products in to.
28082803
host_install_destdir=$(get_host_install_destdir ${host})
28092804
host_install_prefix=$(get_host_install_prefix ${host})

0 commit comments

Comments
 (0)