diff options
| author | Dave Huseby <dhuseby@mozilla.com> | 2015-02-06 22:10:20 -0800 |
|---|---|---|
| committer | Dave Huseby <dhuseby@mozilla.com> | 2015-02-11 14:49:13 -0800 |
| commit | 1302f2832e516eae9da95400f8ea1717f31079c2 (patch) | |
| tree | 140da50a930ac9297f3115fa6eecb3192284e245 | |
| parent | cea7aead33606dd5566ff72e917b28310778ac29 (diff) | |
| download | rust-1302f2832e516eae9da95400f8ea1717f31079c2.tar.gz rust-1302f2832e516eae9da95400f8ea1717f31079c2.zip | |
oops, fixing abi::OsOpenbsd
| -rw-r--r-- | src/librustc_back/x86_64.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_back/x86_64.rs b/src/librustc_back/x86_64.rs index 4c947f74625..d016bd12c69 100644 --- a/src/librustc_back/x86_64.rs +++ b/src/librustc_back/x86_64.rs @@ -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() |
