Rollup merge of #144640 - FractalFir:m68k_arch, r=Urgau

Add support for the m68k architecture in 'object_architecture'

This is a tiny PR that adds the m68k architecture to `object_architecture`. This allows us to build rmeta files for that ISA(we use the object crate to pack metadata into object files).
This commit is contained in:
Jacob Pratt 2025-07-29 18:55:22 -04:00 committed by GitHub
commit 72f4ff2c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3598,6 +3598,7 @@ impl Target {
),
"x86" => (Architecture::I386, None),
"s390x" => (Architecture::S390x, None),
"m68k" => (Architecture::M68k, None),
"mips" | "mips32r6" => (Architecture::Mips, None),
"mips64" | "mips64r6" => (
// While there are currently no builtin targets