We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9527533 + 8423ce9 commit 391b66cCopy full SHA for 391b66c
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