Auto merge of #21959 - dhuseby:bitrig-support, r=brson

This patch adds the necessary pieces to support rust on Bitrig https://bitrig.org
This commit is contained in:
bors
2015-02-21 09:20:48 +00:00
50 changed files with 773 additions and 150 deletions

View File

@@ -165,6 +165,7 @@ mod test {
target_os = "macos",
target_os = "freebsd",
target_os = "dragonfly",
target_os = "bitrig",
target_os = "openbsd"))]
fn test_errors_do_not_crash() {
// Open /dev/null as a library to get an error, and make sure
@@ -183,6 +184,7 @@ mod test {
target_os = "ios",
target_os = "freebsd",
target_os = "dragonfly",
target_os = "bitrig",
target_os = "openbsd"))]
mod dl {
use prelude::v1::*;