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
Gearsystem
Commits
ba9989b0
Unverified
Commit
ba9989b0
authored
Feb 14, 2021
by
Ignacio Sanchez Gines
Browse files
Remove usage of obsolete Cell SDK
parent
32fa06e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
platforms/libretro/Makefile
View file @
ba9989b0
...
...
@@ -144,11 +144,11 @@ else ifneq (,$(filter $(platform), ngc wii wiiu))
CXXFLAGS
+=
-DHW_DOL
-mrvl
endif
# PS3
else
ifeq
($(platform), ps3)
else
if
n
eq
(
,$(filter
$(platform), ps3
psl1ght)
)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
$(
CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-gcc.exe
CXX
=
$(
CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-g++.exe
AR
=
$(
CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-ar.exe
CC
=
$(
PS3DEV)
/ppu/bin/ppu-gcc
$(EXE_EXT)
CXX
=
$(
PS3DEV)
/ppu/bin/ppu-g++
$(EXE_EXT)
AR
=
$(
PS3DEV)
/ppu/bin/ppu-ar
$(EXE_EXT)
CXXFLAGS
+=
-DMINIZ_NO_TIME
-DMINIZ_NO_STDIO
-Wall
-D__ppc__
-DMSB_FIRST
STATIC_LINKING
=
1
# OSX
...
...
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