Disable Rust for riscv64

Upstream supports Rust on riscv64 only if toolchain is Clang for now.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-11-04 12:47:23 +02:00
parent 64cee184fa
commit af2ee6113e
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
2 changed files with 2 additions and 2 deletions

View File

@ -5732,9 +5732,9 @@ CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_RUST_DEBUG_ASSERTIONS is not set
# CONFIG_RUST_EXTRA_LOCKDEP is not set
CONFIG_RUST_FW_LOADER_ABSTRACTIONS=y
# CONFIG_RUST is not set
CONFIG_RUST_OVERFLOW_CHECKS=y
CONFIG_RUST_PHYLIB_ABSTRACTIONS=y
CONFIG_RUST=y
CONFIG_RV_MON_WWNR=y
CONFIG_RV_REACTORS=y
CONFIG_RV_REACT_PANIC=y

View File

@ -5704,9 +5704,9 @@ CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_RUST_DEBUG_ASSERTIONS is not set
# CONFIG_RUST_EXTRA_LOCKDEP is not set
CONFIG_RUST_FW_LOADER_ABSTRACTIONS=y
# CONFIG_RUST is not set
CONFIG_RUST_OVERFLOW_CHECKS=y
CONFIG_RUST_PHYLIB_ABSTRACTIONS=y
CONFIG_RUST=y
CONFIG_RV_MON_WWNR=y
CONFIG_RV_REACTORS=y
CONFIG_RV_REACT_PANIC=y