Merge branch 'main' of github.com:/iglunix/iglunix
This commit is contained in:
commit
efb5be7acf
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
--- src/bootstrap/compile.rs.1
|
--- src/bootstrap/compile.rs
|
||||||
+++ src/bootstrap/compile.rs
|
+++ src/bootstrap/compile.rs
|
||||||
@@ -197,12 +197,6 @@
|
@@ -197,12 +197,6 @@
|
||||||
DependencyType::TargetSelfContained,
|
DependencyType::TargetSelfContained,
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
} else if target.ends_with("-wasi") {
|
} else if target.ends_with("-wasi") {
|
||||||
let srcdir = builder
|
let srcdir = builder
|
||||||
.wasi_root(target)
|
.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
|
+++ compiler/rustc_target/src/spec/crt_objects.rs
|
||||||
@@ -64,24 +64,17 @@
|
@@ -64,24 +64,17 @@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue