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-2048
Commits
8b2d3084
Commit
8b2d3084
authored
Mar 21, 2020
by
Francisco Javier Trujillo Mata
Browse files
Make it to compile
parent
57f401f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
8b2d3084
...
...
@@ -158,8 +158,8 @@ else ifeq ($(platform), psl1ght)
else
ifeq
($(platform), ps2)
EXT
=
a
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.
$(EXT)
CC
=
ee
-gcc
$(EXE_EXT)
AR
=
ee
-ar
$(EXE_EXT)
CC
=
mips64r5900el-ps2-elf
-gcc
$(EXE_EXT)
AR
=
mips64r5900el-ps2-elf
-ar
$(EXE_EXT)
PLATFORM_DEFINES
:=
-DPS2
-G0
-DABGR8888
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