about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJakub Beránek <jakub.beranek@vsb.cz>2024-06-09 22:10:49 +0200
committerJakub Beránek <jakub.beranek@vsb.cz>2024-06-09 22:10:49 +0200
commit5349476a0351f6d97076bc5ac9857994ee0e839b (patch)
tree33f748b50e2717329226dac31757836433fc430c /src
parent65d1a73aabc03c7f94633bf00eee1b5548c28c14 (diff)
downloadrust-5349476a0351f6d97076bc5ac9857994ee0e839b.tar.gz
rust-5349476a0351f6d97076bc5ac9857994ee0e839b.zip
Remove libstdc++ version check
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/src/core/sanity.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs
index e3556cb16b0..b5f17b9f54e 100644
--- a/src/bootstrap/src/core/sanity.rs
+++ b/src/bootstrap/src/core/sanity.rs
@@ -128,7 +128,6 @@ pub fn check(build: &mut Build) {
                     eprintln!(
                         "Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
                     );
-                    crate::exit!(1);
                 }
             }
             tool::LibcxxVersion::Llvm(_) => {