From 35c0128f652e55d46af47d2991dc0c1a598f8336 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 4 Nov 2021 14:11:38 +0100 Subject: [PATCH] Revert "rustc-1.56.1-0: Specify Rust binaries to use for bootstrapping" This reverts commit 34c421210e967ffd85bb0f93025e20f43322b2dd. [Properly bootstrapping Rust is too much work.][1] [1]: https://github.molgen.mpg.de/mariux64/pkg-scripts/issues/171 --- rustc-1.56.1-0.build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rustc-1.56.1-0.build.sh b/rustc-1.56.1-0.build.sh index 4743359..0c45a8d 100755 --- a/rustc-1.56.1-0.build.sh +++ b/rustc-1.56.1-0.build.sh @@ -50,10 +50,6 @@ targets = "X86" experimental-targets = "" [build] -cargo = "/usr/local/package/bin/cargo" -rustc = "/usr/local/package/bin/rustc" -rustfmt = "/usr/local/package/bin/rustfmt" - # omit HTML docs to save time and space (comment this to build them) docs = false