Use the open source ps2dev compilers for Sony PS2

This commit is contained in:
Dan MacDonald 2024-08-07 01:44:14 +01:00
parent e91535093a
commit 8b8fc7bfec

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)