Skip to content

Commit

Permalink
Enable default libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu committed Jan 5, 2022
1 parent d379147 commit 8423ce9
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 8423ce9

Please sign in to comment.