Merge pull request #1828 from danboid/master

Use the open source ps2dev compilers for Sony PS2
This commit is contained in:
Ömercan Kömür 2024-09-29 15:36:05 +03:00 committed by GitHub
commit fcca7a1242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -528,8 +528,8 @@ case "$platform" in
FORMAT_COMPILER_TARGET=ps2
FORMAT_COMPILER_TARGET_ALT=ps2
CC="ee-gcc${BINARY_EXT}"
CXX="ee-g++${BINARY_EXT}"
CC="mips64r5900el-ps2-elf-gcc${BINARY_EXT}"
CXX="mips64r5900el-ps2-elf-g++${BINARY_EXT}"
;;
ctr)