ARMv6K Horizon OS panic change
This commit is contained in:
parent
dca3f1b786
commit
9cab312e54
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
///
|
||||
|
@ -36,7 +36,6 @@ pub fn target() -> Target {
|
|||
features: "+vfp2".to_string(),
|
||||
pre_link_args,
|
||||
exe_suffix: ".elf".to_string(),
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
..Default::default()
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue