rust: fixes.

This commit is contained in:
Leah Neukirchen 2017-01-03 23:32:49 +01:00
parent 42ef5b10fe
commit 078679c0d0

View file

@ -1,5 +1,5 @@
--- src/bootstrap/compile.rs.orig
+++ src/bootstrap/compile.rs
--- a/src/bootstrap/compile.rs
+++ b/src/bootstrap/compile.rs
@@ -89,10 +89,6 @@
t!(fs::create_dir_all(&libdir));
}
@ -11,8 +11,8 @@
}
/// Copies the crt(1,i,n).o startup objects
--- src/bootstrap/sanity.rs.orig
+++ src/bootstrap/sanity.rs
--- a/src/bootstrap/sanity.rs
+++ b/src/bootstrap/sanity.rs
@@ -132,27 +132,6 @@
panic!("the iOS target is only supported on OSX");
}