diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-16 21:15:07 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-16 21:15:07 +0000 |
| commit | dfc669b74c214ad5afeb94211ebe1fd70ac8d43a (patch) | |
| tree | 613e044b12d74b89aba2e64a15f535fc1e4139fc /scripts/test_bootstrap.sh | |
| parent | 497c17a3906f26c184dc530b2211d4e737b210da (diff) | |
Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-2023-11-16
Diffstat (limited to 'scripts/test_bootstrap.sh')
| -rwxr-xr-x | scripts/test_bootstrap.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/test_bootstrap.sh b/scripts/test_bootstrap.sh index a8f6d7a2024..791d457993d 100755 --- a/scripts/test_bootstrap.sh +++ b/scripts/test_bootstrap.sh @@ -11,7 +11,5 @@ rm -r compiler/rustc_codegen_cranelift/{Cargo.*,src} cp ../Cargo.* compiler/rustc_codegen_cranelift/ cp -r ../src compiler/rustc_codegen_cranelift/src -# CG_CLIF_FORCE_GNU_AS will force usage of as instead of the LLVM backend of rustc as we -# the LLVM backend isn't compiled in here. -CG_CLIF_FORCE_GNU_AS=1 ./x.py build --stage 1 library/std +./x.py build --stage 1 library/std popd |
