Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser
Add new Tier-3 targets: `loongarch32-unknown-none*` MCP: https://github.com/rust-lang/compiler-team/issues/865 NOTE: LoongArch32 ELF object support is available starting with object v0.37.0.
This commit is contained in:
commit
840baa46ff
34 changed files with 181 additions and 53 deletions
|
|
@ -508,6 +508,7 @@ impl fmt::Display for Display<'_> {
|
|||
(sym::target_arch, Some(arch)) => match arch.as_str() {
|
||||
"aarch64" => "AArch64",
|
||||
"arm" => "ARM",
|
||||
"loongarch32" => "LoongArch LA32",
|
||||
"loongarch64" => "LoongArch LA64",
|
||||
"m68k" => "M68k",
|
||||
"csky" => "CSKY",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue