Merge pull request #51 from fjtrujy/PS2NewToolchain

[PS2] Update bins for new toolchain
This commit is contained in:
Autechre 2021-01-15 00:52:09 +01:00 committed by GitHub
commit 35119c970b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,9 +153,9 @@ else ifeq ($(platform), psl1ght)
# PS2
else ifeq ($(platform), ps2)
TARGET := $(TARGET_NAME)_libretro_$(platform).a
CC = ee-gcc$(EXE_EXT)
CXX = ee-g++$(EXE_EXT)
AR = ee-ar$(EXE_EXT)
CC = mips64r5900el-ps2-elf-gcc$(EXE_EXT)
CXX = mips64r5900el-ps2-elf-g++$(EXE_EXT)
AR = mips64r5900el-ps2-elf-ar$(EXE_EXT)
FLAGS += -DPS2 -G0 -DABGR1555 -O3
STATIC_LINKING = 1