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
3d880fd9
Commit
3d880fd9
authored
Jan 14, 2021
by
Francisco Javier Trujillo Mata
Browse files
Update bins for new toolchain
parent
74ff60b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3d880fd9
...
...
@@ -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