diff options
| author | bors <bors@rust-lang.org> | 2025-04-19 01:12:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-04-19 01:12:39 +0000 |
| commit | 2ef78586529b5f68cc42bcbe9b10b4afe56a942a (patch) | |
| tree | 2c3fde3eac0a3f91ec51ab95e6df19f7c1cd992f /compiler/rustc_codegen_gcc/src/gcc_util.rs | |
| parent | 191df20fcad9331d3a948aa8e8556775ec3fe69d (diff) | |
| parent | cc359b8bb6c693086f69adf013430163992b1807 (diff) | |
| download | rust-2ef78586529b5f68cc42bcbe9b10b4afe56a942a.tar.gz rust-2ef78586529b5f68cc42bcbe9b10b4afe56a942a.zip | |
Auto merge of #140015 - GuillaumeGomez:subtree-update_cg_gcc_2025-04-18, r=antoyo
Subtree update GCC backend cc `@antoyo`
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/gcc_util.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/gcc_util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/src/gcc_util.rs b/compiler/rustc_codegen_gcc/src/gcc_util.rs index 6eae0c24f48..202764d5649 100644 --- a/compiler/rustc_codegen_gcc/src/gcc_util.rs +++ b/compiler/rustc_codegen_gcc/src/gcc_util.rs @@ -194,6 +194,7 @@ pub fn to_gcc_features<'a>(sess: &Session, s: &'a str) -> SmallVec<[&'a str; 2]> fn arch_to_gcc(name: &str) -> &str { match name { + "M68000" => "68000", "M68020" => "68020", _ => name, } |
