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
81-libretro
Commits
4832ef4d
Unverified
Commit
4832ef4d
authored
Jan 15, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 15, 2021
Browse files
Merge pull request #30 from fjtrujy/PS2NewToolchain
Update to new PS2 toolchain
parents
33f014f1
0f9de74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
4832ef4d
...
...
@@ -185,10 +185,10 @@ else ifeq ($(platform), psl1ght)
# PS2
else
ifeq
($(platform), ps2)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
ee
-gcc
$(EXE_EXT)
CC_AS
=
ee
-gcc
$(EXE_EXT)
CXX
=
ee
-g++
$(EXE_EXT)
AR
=
ee
-ar
$(EXE_EXT)
CC
=
mips64r5900el-ps2-elf
-gcc
$(EXE_EXT)
CC_AS
=
mips64r5900el-ps2-elf
-gcc
$(EXE_EXT)
CXX
=
mips64r5900el-ps2-elf
-g++
$(EXE_EXT)
AR
=
mips64r5900el-ps2-elf
-ar
$(EXE_EXT)
PLATFORM_DEFINES
:=
-DPS2
-DBGR
CFLAGS
+=
-G0
CXXFLAGS
+=
-G0
...
...
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