forked from paritytech/rustc-rv32e-toolchain
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I get this error when the Rust toolchain tries to compile the troublesome compiler-rt
LLVM package using the RISC-V GNU toolchain gcc (riscv64-unknown-elf-gcc
). It looks like gcc doesn't recognize this flag; it's a clang flag. I'm not sure why LLVM insists on passing it to gcc. And I can't find a way to disable it without patching LLVM.
For now the patch works fine, but it would be nice to remove this. Maybe we can switch to clang, but the pre-packaged RISC-V toolchains that we're using only include gcc. Some possibly useful resources:
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed