mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
update libstdc++ compatibility error log
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
ad787c1034
commit
e2e1afaf6d
@ -128,6 +128,9 @@ pub fn check(build: &mut Build) {
|
||||
eprintln!(
|
||||
"Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
|
||||
);
|
||||
eprintln!(
|
||||
"If you choose to upgrade libstdc++, run `x clean` or delete `build/host/libcxx-version` manually after the upgrade."
|
||||
);
|
||||
}
|
||||
}
|
||||
tool::LibcxxVersion::Llvm(_) => {
|
||||
|
Loading…
Reference in New Issue
Block a user