]> git.lizzy.rs Git - rust.git/commitdiff
oops, fixing abi::OsOpenbsd
authorDave Huseby <dhuseby@mozilla.com>
Sat, 7 Feb 2015 06:10:20 +0000 (22:10 -0800)
committerDave Huseby <dhuseby@mozilla.com>
Wed, 11 Feb 2015 22:49:13 +0000 (14:49 -0800)
src/librustc_back/x86_64.rs

index 4c947f746258eb3b31d85214733fc5d331d3e7f0..d016bd12c698fdd5646cafbf4f5c7e298ba10c7a 100644 (file)
@@ -47,7 +47,7 @@ pub fn get_target_strs(target_triple: String, target_os: abi::Os) -> target_strs
                 s0:64:64-f80:128:128-n8:16:32:64-S128".to_string()
           }
 
-          abi::OsFreebsd | abi::OsDragonfly | abi::OsBitrig | abi::Openbsd => {
+          abi::OsFreebsd | abi::OsDragonfly | abi::OsBitrig | abi::OsOpenbsd => {
             "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-\
                 f32:32:32-f64:64:64-v64:64:64-v128:128:128-a:0:64-\
                 s0:64:64-f80:128:128-n8:16:32:64-S128".to_string()