Remove linker_is_gnu: true cases as that is now the default.

This commit is contained in:
Luqman Aden
2021-05-20 23:36:04 -07:00
parent 0188664425
commit 3221a5e65b
20 changed files with 0 additions and 20 deletions

View File

@@ -27,7 +27,6 @@ pub fn opts() -> TargetOptions {
executables: true,
families: vec!["unix".to_string()],
is_like_fuchsia: true,
linker_is_gnu: true,
pre_link_args,
pre_link_objects: crt_objects::new(&[
(LinkOutputKind::DynamicNoPicExe, &["Scrt1.o"]),