Skip to content

Commit 6c96c94

Browse files
committed
Add missing entry in STAGE0_MISSING_TARGETS
Signed-off-by: Jens Reidel <[email protected]>
1 parent 070425e commit 6c96c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/sanity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pub struct Finder {
3434
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
3535
const STAGE0_MISSING_TARGETS: &[&str] = &[
3636
// just a dummy comment so the list doesn't get onelined
37+
"aarch64_be-unknown-none-softfloat",
3738
];
3839

3940
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM

0 commit comments

Comments
 (0)