[RISCV] Enable C extension.
This commit is contained in:
parent
f00a952a3c
commit
cd862a8ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ pub fn target() -> TargetResult {
|
|||
cpu: "generic-rv32".to_string(),
|
||||
max_atomic_width: Some(32),
|
||||
atomic_cas: false, // incomplete +a extension
|
||||
features: "+m,+a".to_string(), // disable +c extension
|
||||
features: "+m,+a,+c".to_string(),
|
||||
executables: true,
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
relocation_model: "static".to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue