Skip to content

Commit 1302f28

Browse files
author
Dave Huseby
committed
oops, fixing abi::OsOpenbsd
1 parent cea7aea commit 1302f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/x86_64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub fn get_target_strs(target_triple: String, target_os: abi::Os) -> target_strs
4747
s0:64:64-f80:128:128-n8:16:32:64-S128".to_string()
4848
}
4949

50-
abi::OsFreebsd | abi::OsDragonfly | abi::OsBitrig | abi::Openbsd => {
50+
abi::OsFreebsd | abi::OsDragonfly | abi::OsBitrig | abi::OsOpenbsd => {
5151
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-\
5252
f32:32:32-f64:64:64-v64:64:64-v128:128:128-a:0:64-\
5353
s0:64:64-f80:128:128-n8:16:32:64-S128".to_string()

0 commit comments

Comments
 (0)