Skip to content

Commit ac5c2d0

Browse files
committed
Set CROSS_COMPILE to riscv32-unknown-elf- in CI setup
1 parent e46e013 commit ac5c2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/setup-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ setup_llvm_toolchain() {
3838
echo "$PWD/riscv/bin" >> "$GITHUB_PATH"
3939

4040
# Set cross-compile prefix for LLVM
41-
echo "CROSS_COMPILE=llvm-" >> "$GITHUB_ENV"
41+
echo "CROSS_COMPILE=riscv32-unknown-elf-" >> "$GITHUB_ENV"
4242
echo "TOOLCHAIN_TYPE=llvm" >> "$GITHUB_ENV"
4343
}
4444

0 commit comments

Comments
 (0)