Skip to content

Commit

Permalink
ARMv6K Horizon OS panic change
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu committed Nov 2, 2021
1 parent dca3f1b commit 9cab312
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
Original file line number Diff line number Diff line change
@@ -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.
///
Expand Down Expand Up @@ -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()
},
}
Expand Down

0 comments on commit 9cab312

Please sign in to comment.