Skip to content

Commit 391b66c

Browse files
authored
Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisa
ARMv6K Horizon - Enable default libraries Due to the nature of the external gcc linker, default libraries are required, even for `no_std` programs.
2 parents 9527533 + 8423ce9 commit 391b66c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub fn target() -> Target {
3636
features: "+vfp2".to_string(),
3737
pre_link_args,
3838
exe_suffix: ".elf".to_string(),
39+
no_default_libraries: false,
3940
..Default::default()
4041
},
4142
}

0 commit comments

Comments
 (0)