Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
RACE
Commits
669d9667
Unverified
Commit
669d9667
authored
Jan 15, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 15, 2021
Browse files
Merge pull request #20 from fjtrujy/PS2NewToolchain
[PS2] Update bins for new toolchain
parents
b9c948b2
40b64faa
Pipeline
#12954
passed with stages
in 7 minutes and 33 seconds
Changes
1
Pipelines
12
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
669d9667
...
...
@@ -126,9 +126,9 @@ else ifeq ($(platform),qnx)
# 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
-DHAVE_NO_LANGEXTRA
STATIC_LINKING
:=
1
LIBS
:=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment