compiler: enable unwinding on riscv32imac_unknown_xous_elf
Now that everything is in place to support unwinding on Xous, enable this for that target. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
1828cf8c1c
commit
bf0e0af242
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub fn target() -> Target {
|
|||
cpu: "generic-rv32".into(),
|
||||
max_atomic_width: Some(32),
|
||||
features: "+m,+a,+c".into(),
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
panic_strategy: PanicStrategy::Unwind,
|
||||
relocation_model: RelocModel::Static,
|
||||
..Default::default()
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue