]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/hexagon_unknown_linux_musl.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / hexagon_unknown_linux_musl.rs
index cc2c78c69fe15f321728e662743d8e00984ef50d..2a24e4459c553c65ceb35feb37d8afb5fc8ba597 100644 (file)
@@ -10,7 +10,6 @@ pub fn target() -> Target {
     base.crt_static_default = false;
     base.has_rpath = true;
     base.linker_is_gnu = false;
-    base.dynamic_linking = true;
 
     base.c_enum_min_bits = 8;