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 c4e4bfc commit b6edbf6Copy full SHA for b6edbf6
tools/build/build-toolchain.sh
@@ -36,8 +36,8 @@ if need_build_cross_compiler; then
36
CROSS_COMPILER_DESTDIR=$PACKAGING_DIR/host-toolchain
37
else
38
echo "Using prebuilt cross compiler..."
39
- "$TOOLS_BUILD_PATH/install-base-toolchain" --scheme "$SCHEME"
40
- CROSS_COMPILER_DESTDIR=$PACKAGING_DIR/base-toolchain
+ "$TOOLS_BUILD_PATH/install-base-snapshot" --scheme "$SCHEME"
+ CROSS_COMPILER_DESTDIR=$PACKAGING_DIR/base-snapshot
41
fi
42
"$TOOLS_BUILD_PATH/build-llvm-tools" --toolchain "$CROSS_COMPILER_DESTDIR"
43
0 commit comments