]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_back/x86.rs
auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis
[rust.git] / src / librustc_back / x86.rs
index b4d67bc98d2e3b14c3a315f43d2814a927965679..3c444806e13e55c45b113b54b2d9f33702053a52 100644 (file)
@@ -48,6 +48,10 @@ pub fn get_target_strs(target_triple: String, target_os: abi::Os)
           abi::OsFreebsd => {
             "e-p:32:32-f64:32:64-i64:32:64-f80:32:32-n8:16:32".to_string()
           }
+          abi::OsDragonfly => {
+            "e-p:32:32-f64:32:64-i64:32:64-f80:32:32-n8:16:32".to_string()
+          }
+
         },
 
         target_triple: target_triple,