Skip to content

Commit

Permalink
Add gcc2.8.1-psx (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst authored Aug 9, 2024
1 parent eb43324 commit 7cfab70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/compilers/compilers.linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ ps1:
- gcc2.7.2.3-mipsel
- gcc2.8.0-mipsel
- gcc2.8.1-mipsel
- gcc2.8.1-psx
- gcc2.91.66-mipsel
- gcc2.95.2-mipsel

Expand Down
7 changes: 7 additions & 0 deletions backend/coreapp/compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,12 @@ def available_platforms() -> List[Platform]:
cc=PS1_GCC,
)

GCC281_PSX = GCCPS1Compiler(
id="gcc2.8.1-psx",
platform=PS1,
cc=PS1_GCC,
)

GCC29166_MIPSEL = GCCPS1Compiler(
id="gcc2.91.66-mipsel",
platform=PS1,
Expand Down Expand Up @@ -1511,6 +1517,7 @@ def available_platforms() -> List[Platform]:
GCC2723_MIPSEL,
GCC280_MIPSEL,
GCC281_MIPSEL,
GCC281_PSX,
GCC29166_MIPSEL,
GCC2952_MIPSEL,
# PSP
Expand Down
1 change: 1 addition & 0 deletions frontend/src/lib/i18n/locales/en/compilers.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"gcc2.7.2.3-mipsel": "gcc 2.7.2.3 + maspsx",
"gcc2.8.0-mipsel": "gcc 2.8.0 + maspsx",
"gcc2.8.1-mipsel": "gcc 2.8.1 + maspsx",
"gcc2.8.1-psx": "gcc 2.8.1-psx + maspsx",
"gcc2.91.66-mipsel": "gcc 2.91.66 + maspsx",
"gcc2.95.2-mipsel": "gcc 2.95.2 + maspsx",

Expand Down

0 comments on commit 7cfab70

Please sign in to comment.