We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d379147 commit 8423ce9Copy full SHA for 8423ce9
compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
@@ -36,6 +36,7 @@ pub fn target() -> Target {
36
features: "+vfp2".to_string(),
37
pre_link_args,
38
exe_suffix: ".elf".to_string(),
39
+ no_default_libraries: false,
40
..Default::default()
41
},
42
}
0 commit comments