Skip to content

Commit

Permalink
feat: add loongarch64-unknown-linux-gnu image (#1465)
Browse files Browse the repository at this point in the history
This PR introduces a basic build-only image for the
`loongarch64-unknown-linux-gnu` target. The Debian port for LoongArch is
currently underway, and we anticipate further developments in the near
future.

Close #1404
  • Loading branch information
Emilgardis authored Apr 2, 2024
2 parents 085092c + 2acf34d commit 49b3245
Show file tree
Hide file tree
Showing 10 changed files with 1,745 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/1465.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "added",
"description": "add loongarch64 support",
"issues": [1404]
}
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/b_issue_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ body:
- i686-unknown-freebsd
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
- loongarch64-unknown-linux-gnu
- mips64el-unknown-linux-gnuabi64
- mips64el-unknown-linux-muslabi64
- mips64-unknown-linux-gnuabi64
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ terminate.
| `i686-linux-android` [1] | 9.0.8 | 9.0.8 || 6.1.0 ||
| `i686-pc-windows-gnu` | N/A | 9.4 || N/A ||
| `i686-unknown-linux-gnu` | 2.31 | 9.4.0 || 6.1.0 ||
| `loongarch64-unknown-linux-gnu` | 2.36 | 13.2.0 || N/A | |
| `mips-unknown-linux-gnu` | 2.30 | 9.4.0 || 6.1.0 ||
| `mips-unknown-linux-musl` | 1.2.3 | 9.2.0 || 6.1.0 ||
| `mips64-unknown-linux-gnuabi64` | 2.30 | 9.4.0 || 6.1.0 ||
Expand Down
Loading

0 comments on commit 49b3245

Please sign in to comment.