summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/rust/files/rustc-bootstrap.patch')
-rw-r--r--poky/meta/recipes-devtools/rust/files/rustc-bootstrap.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/poky/meta/recipes-devtools/rust/files/rustc-bootstrap.patch b/poky/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
index 406fc610bb..1271d75e60 100644
--- a/poky/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
+++ b/poky/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
@@ -9,8 +9,8 @@ Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
---
diff --git a/src/bootstrap/synthetic_targets.rs b/ src/bootstrap/synthetic_targets.rs
index d2c65b740da..45baf56f46b 100644
---- a/src/bootstrap/synthetic_targets.rs
-+++ b/src/bootstrap/synthetic_targets.rs
+--- a/src/bootstrap/src/core/build_steps/synthetic_targets.rs
++++ b/src/bootstrap/src/core/build_steps/synthetic_targets.rs
@@ -59,6 +59,7 @@ fn create_synthetic_target(
let mut cmd = Command::new(builder.rustc(compiler));
cmd.arg("--target").arg(base.rustc_target_arg());