mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Rollup merge of #90494 - Meziu:armv6k-3ds-target, r=sanxiyn
ARMv6K Horizon OS panic change After a small change to `backtrace-rs` ([#448](https://github.com/rust-lang/backtrace-rs/pull/448)), `PanicStrategy::Unwind` is now fully supported.
This commit is contained in:
commit
f07f800364
@ -1,4 +1,4 @@
|
|||||||
use crate::spec::{LinkArgs, LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions};
|
use crate::spec::{LinkArgs, LinkerFlavor, RelocModel, Target, TargetOptions};
|
||||||
|
|
||||||
/// A base target for Nintendo 3DS devices using the devkitARM toolchain.
|
/// A base target for Nintendo 3DS devices using the devkitARM toolchain.
|
||||||
///
|
///
|
||||||
@ -36,7 +36,6 @@ pub fn target() -> Target {
|
|||||||
features: "+vfp2".to_string(),
|
features: "+vfp2".to_string(),
|
||||||
pre_link_args,
|
pre_link_args,
|
||||||
exe_suffix: ".elf".to_string(),
|
exe_suffix: ".elf".to_string(),
|
||||||
panic_strategy: PanicStrategy::Abort,
|
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7f14f76c8ba6945c052fab77022e6e768b58e0b4
|
Subproject commit b02ed04a7e915659eea6fb1607df469b84a30638
|
Loading…
Reference in New Issue
Block a user