x86_64-lynx-lynxos178 is now present in the stage0

This commit is contained in:
Pietro Albini 2025-05-10 10:52:34 +02:00
parent 2ce08ca5d6
commit 27cca0db9b
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C

View file

@ -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