]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/powerpc64_wrs_vxworks.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / powerpc64_wrs_vxworks.rs
index a9520709e66569d955f0a6a5311662e2488e9b9c..e00a927c3a4bdc47e8ee4455ec7519db26de8ee7 100644 (file)
@@ -15,11 +15,8 @@ pub fn target() -> TargetResult {
         arch: "powerpc64".to_string(),
         target_os: "vxworks".to_string(),
         target_env: "gnu".to_string(),
-        target_vendor: "unknown".to_string(),
+        target_vendor: "wrs".to_string(),
         linker_flavor: LinkerFlavor::Gcc,
-        options: TargetOptions {
-            target_mcount: "_mcount".to_string(),
-            .. base
-        },
+        options: TargetOptions { ..base },
     })
 }