Skip to content

Commit 8423ce9

Browse files
committed
Enable default libraries
1 parent d379147 commit 8423ce9

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)