Skip to content

Commit

Permalink
GHI #20 Add mips64, mips64el, and mipsel support
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Nov 29, 2023
1 parent bcbbbad commit 1b3ed6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
# fixme: m68k is supported, but ICEs clang and segfaults qemu when built with gcc (GHI #25)
# - m68k
- mips
- mips64
- mips64el
- mipsel
- s390x
compiler:
- clang
Expand Down Expand Up @@ -168,6 +171,12 @@ jobs:
# triple: m68k-linux-gnu
- architecture: mips
triple: mips-linux-gnu
- architecture: mips64
triple: mips64-linux-gnuabi64
- architecture: mips64el
triple: mips64el-linux-gnuabi64
- architecture: mipsel
triple: mipsel-linux-gnu
- architecture: s390x
triple: s390x-linux-gnu

Expand Down

0 comments on commit 1b3ed6e

Please sign in to comment.