File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Architecture Level of support Constraints
17
17
============= ================ ==============================================
18
18
``arm64 `` Maintained Little Endian only.
19
19
``loongarch `` Maintained \-
20
- ``riscv `` Maintained ``riscv64 `` only.
20
+ ``riscv `` Maintained ``riscv64 `` and LLVM/Clang only.
21
21
``um `` Maintained \-
22
22
``x86 `` Maintained ``x86_64 `` only.
23
23
============= ================ ==============================================
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ config RISCV
177
177
select HAVE_REGS_AND_STACK_ACCESS_API
178
178
select HAVE_RETHOOK if !XIP_KERNEL
179
179
select HAVE_RSEQ
180
- select HAVE_RUST if RUSTC_SUPPORTS_RISCV
180
+ select HAVE_RUST if RUSTC_SUPPORTS_RISCV && CC_IS_CLANG
181
181
select HAVE_SAMPLE_FTRACE_DIRECT
182
182
select HAVE_SAMPLE_FTRACE_DIRECT_MULTI
183
183
select HAVE_STACKPROTECTOR
You can’t perform that action at this time.
0 commit comments