]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_back/target/x86_64_unknown_dragonfly.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / librustc_back / target / x86_64_unknown_dragonfly.rs
index 676aaecc2fc7db4f16c92cff2c2ef88cc8355379..c590f0297b948a03648ac04b4c482d8ebb8c3935 100644 (file)
@@ -24,6 +24,7 @@ pub fn target() -> Target {
         target_pointer_width: "64".to_string(),
         arch: "x86_64".to_string(),
         target_os: "dragonfly".to_string(),
+        target_env: "".to_string(),
         options: base,
     }
 }