diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-02-13 19:31:49 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-29 19:13:41 +0200 |
| commit | 2e65a8f2ca9e2d7ffd42ef8b2c21436d4997c35d (patch) | |
| tree | 70d0d9a94a34c6ddc1dbdf966a214257721c9591 /scripts/setup_rust_fork.sh | |
| parent | 617171e930cc282ceaa71fd6a6cd18615ad1bf59 (diff) | |
| download | rust-2e65a8f2ca9e2d7ffd42ef8b2c21436d4997c35d.tar.gz rust-2e65a8f2ca9e2d7ffd42ef8b2c21436d4997c35d.zip | |
Use -Zcodegen-backend instead of a rustc replacement in cargo-clif
Diffstat (limited to 'scripts/setup_rust_fork.sh')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index fa71dfeac07..4d0dfa16c5e 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -2,7 +2,6 @@ set -e ./y.rs build --no-unstable-features -source scripts/config.sh echo "[SETUP] Rust fork" git clone https://github.com/rust-lang/rust.git || true @@ -52,7 +51,7 @@ changelog-seen = 2 ninja = false [build] -rustc = "$(pwd)/../build/bin/cg_clif" +rustc = "$(pwd)/../build/rustc-clif" cargo = "$(rustup which cargo)" full-bootstrap = true local-rebuild = true |
