Skip to content

Commit

Permalink
oops, fixing abi::OsOpenbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Huseby committed Feb 11, 2015
1 parent cea7aea commit 1302f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/x86_64.rs
Expand Up @@ -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()
Expand Down

0 comments on commit 1302f28

Please sign in to comment.