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
libretro-handy
Commits
d14711bc
Unverified
Commit
d14711bc
authored
Jan 15, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 15, 2021
Browse files
Merge pull request #89 from fjtrujy/PS2NewToolchain
[PS2] Update bins for new toolchain
parents
74ff60b3
3d880fd9
Pipeline
#14144
passed with stages
in 7 minutes and 54 seconds
Changes
1
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d14711bc
...
...
@@ -153,9 +153,9 @@ else ifeq ($(platform), sncps3)
# 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
+=
-G0
-DPS2
-DABGR1555
-DHAVE_NO_LANGEXTRA
INCFLAGS_PLATFORM
+=
-O3
STATIC_LINKING
:=
1
...
...
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