Skip to content

Commit

Permalink
Merge pull request #29 from SeanMollet/add_mips
Browse files Browse the repository at this point in the history
Add mipsel-unknown-linux-gnu toolchain
  • Loading branch information
messense committed May 28, 2023
2 parents 602a178 + 46a01d0 commit 146b63f
Show file tree
Hide file tree
Showing 3 changed files with 869 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- arm-unknown-linux-gnueabi
- arm-unknown-linux-gnueabihf
- arm-unknown-linux-musleabihf
- mipsel-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- name: Install crosstool-ng
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- arm-unknown-linux-gnueabi
- arm-unknown-linux-gnueabihf
- arm-unknown-linux-musleabihf
- mipsel-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- name: Install crosstool-ng
Expand Down
Loading

0 comments on commit 146b63f

Please sign in to comment.