diff options
| author | Nikita Baksalyar <nikita.baksalyar@gmail.com> | 2016-01-28 14:02:31 +0300 |
|---|---|---|
| committer | Nikita Baksalyar <nikita.baksalyar@gmail.com> | 2016-01-31 19:01:30 +0300 |
| commit | e5da5d59f817eb6a3b78134d49b80c3ed6cb42c9 (patch) | |
| tree | cf136c8ed9301ce831416c08e3b3d6e3381d31fa /src/libstd/sys/common/libunwind.rs | |
| parent | 6d07b68f5e95debebe3983f8b2d9bfbc2afbe970 (diff) | |
| download | rust-e5da5d59f817eb6a3b78134d49b80c3ed6cb42c9.tar.gz rust-e5da5d59f817eb6a3b78134d49b80c3ed6cb42c9.zip | |
Rename sunos to solaris
Diffstat (limited to 'src/libstd/sys/common/libunwind.rs')
| -rw-r--r-- | src/libstd/sys/common/libunwind.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/common/libunwind.rs b/src/libstd/sys/common/libunwind.rs index d699a5be090..f68e22cc67b 100644 --- a/src/libstd/sys/common/libunwind.rs +++ b/src/libstd/sys/common/libunwind.rs @@ -102,7 +102,7 @@ pub type _Unwind_Exception_Cleanup_Fn = #[cfg_attr(any(all(target_os = "linux", not(target_env = "musl")), target_os = "freebsd", - target_os = "sunos", + target_os = "solaris", all(target_os = "linux", target_env = "musl", not(target_arch = "x86_64"))), link(name = "gcc_s"))] #[cfg_attr(all(target_os = "linux", target_env = "musl", target_arch = "x86_64", not(test)), |
