Skip to content

Commit

Permalink
Merge pull request #202 from Disasm/add-riscv
Browse files Browse the repository at this point in the history
Update platform list: add RISC-V targets
  • Loading branch information
steveklabnik authored Apr 28, 2019
2 parents c3e8162 + a5c680b commit 505b08b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ these platforms are required to have each of the following:
| `powerpc-unknown-linux-gnu` |||| PowerPC Linux |
| `powerpc64-unknown-linux-gnu` |||| PPC64 Linux |
| `powerpc64le-unknown-linux-gnu` |||| PPC64LE Linux |
| `riscv32imac-unknown-none-elf` | * | | | Bare RISC-V (RV32IMAC ISA) |
| `riscv32imc-unknown-none-elf` | * | | | Bare RISC-V (RV32IMC ISA) |
| `riscv64gc-unknown-none-elf` | * | | | Bare RISC-V (RV64IMAFDC ISA) |
| `riscv64imac-unknown-none-elf` | * | | | Bare RISC-V (RV64IMAC ISA) |
| `s390x-unknown-linux-gnu` |||| S390x Linux |
| `sparc64-unknown-linux-gnu` || | | SPARC Linux |
| `sparcv9-sun-solaris` || | | SPARC Solaris 10/11, illumos |
Expand All @@ -103,6 +107,9 @@ these platforms are required to have each of the following:

[Fortanix ABI]: https://edp.fortanix.com

<em>*</em> These are bare-metal microcontroller targets that only have access to
the core library, not std.

## Tier 2.5

Tier 2.5 platforms can be thought of as "guaranteed to build", but without
Expand Down

0 comments on commit 505b08b

Please sign in to comment.