Skip to content

Commit

Permalink
Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisa
Browse files Browse the repository at this point in the history
ARMv6K Horizon - Enable default libraries

Due to the nature of the external gcc linker, default libraries are required, even for `no_std` programs.
  • Loading branch information
matthiaskrgr authored Jan 16, 2022
2 parents 9527533 + 8423ce9 commit 391b66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub fn target() -> Target {
features: "+vfp2".to_string(),
pre_link_args,
exe_suffix: ".elf".to_string(),
no_default_libraries: false,
..Default::default()
},
}
Expand Down

0 comments on commit 391b66c

Please # to comment.