Skip to content

Commit

Permalink
Add psyq gcc 2.6.3 for ps1 (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst authored Jul 21, 2024
1 parent 286d216 commit beec173
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -102,6 +102,7 @@ ps1:
- psyq4.4
- psyq4.5
- psyq4.6
- psyq_263_221
- gcc2.5.7-psx
- gcc2.6.3-psx
- gcc2.6.0-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 @@ -332,6 +332,12 @@ def available_platforms() -> List[Platform]:
'${COMPILER_DIR}/psyq-obj-parser "$OUTPUT".obj -o "$OUTPUT"'
)

PSYQ_263_221 = GCCPS1Compiler(
id="psyq_263_221",
platform=PS1,
cc=PSYQ_MSDOS_CC,
)

PSYQ33 = GCCPS1Compiler(
id="psyq3.3",
platform=PS1,
Expand Down Expand Up @@ -1485,6 +1491,7 @@ def available_platforms() -> List[Platform]:
CLANG_401,
CLANG_800,
# PS1
PSYQ_263_221,
PSYQ33,
PSYQ35,
PSYQ36,
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/lib/i18n/locales/en/compilers.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@
"psyq4.5": "PSYQ4.5 (gcc 2.91.66 + aspsx 2.81)",
"psyq4.6": "PSYQ4.6 (gcc 2.95.2 + aspsx 2.86)",

"psyq_263_221": "gcc 2.6.3 + aspsx 2.21",

"psyq4.4-ccpsx": "CCPSX (PSYQ4.4: gcc 2.8.1 + aspsx 2.79)",

"mwccpsp_3.0.1_121": "MWCC 1.0 (3.0.1 121)",
Expand Down

0 comments on commit beec173

Please sign in to comment.