rust: fix llvm_crt.patch file names

This commit is contained in:
Ella-0 2021-03-14 00:52:37 +00:00
parent 3194de6c06
commit 33de5a2b93

View file

@ -1,4 +1,4 @@
--- src/bootstrap/compile.rs.1
--- src/bootstrap/compile.rs
+++ src/bootstrap/compile.rs
@@ -197,12 +197,6 @@
DependencyType::TargetSelfContained,
@ -13,7 +13,7 @@
} else if target.ends_with("-wasi") {
let srcdir = builder
.wasi_root(target)
--- compiler/rustc_target/src/spec/crt_objects.rs.1
--- compiler/rustc_target/src/spec/crt_objects.rs
+++ compiler/rustc_target/src/spec/crt_objects.rs
@@ -64,24 +64,17 @@