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.
This commit is contained in:
Matthias Krüger 2022-01-16 16:58:12 +01:00 committed by GitHub
commit 391b66ccff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
},
}