We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05468b commit d1755b7Copy full SHA for d1755b7
install-crosstool-ng.sh
@@ -13,6 +13,7 @@ set -e
13
14
mkdir -p "${build_top_dir}/build"
15
16
+rm -rf "${build_top_dir}/build/crosstool-ng"
17
git clone https://github.com/lowRISC/crosstool-ng "${build_top_dir}/build/crosstool-ng"
18
cd "${build_top_dir}/build/crosstool-ng"
19
git checkout --force "${CROSSTOOL_NG_VERSION}"
0 commit comments