diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2025-05-10 10:52:34 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2025-05-12 15:33:38 +0200 |
| commit | 27cca0db9b00bf6e8451a146b46e168cda13c8ef (patch) | |
| tree | 7d8786c08b046d1a3b4f9b6e189e75633beb4d1f | |
| parent | 2ce08ca5d6046600ff641bfa4018247f3b9451c5 (diff) | |
| download | rust-27cca0db9b00bf6e8451a146b46e168cda13c8ef.tar.gz rust-27cca0db9b00bf6e8451a146b46e168cda13c8ef.zip | |
x86_64-lynx-lynxos178 is now present in the stage0
| -rw-r--r-- | src/bootstrap/src/core/sanity.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs index eb0bf1d166a..4b020a7edb7 100644 --- a/src/bootstrap/src/core/sanity.rs +++ b/src/bootstrap/src/core/sanity.rs @@ -34,7 +34,6 @@ pub struct Finder { // Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap). const STAGE0_MISSING_TARGETS: &[&str] = &[ // just a dummy comment so the list doesn't get onelined - "x86_64-lynx-lynxos178", ]; /// Minimum version threshold for libstdc++ required when using prebuilt LLVM |
