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-gme
Commits
b0b9e155
Commit
b0b9e155
authored
Feb 12, 2022
by
unknown
Browse files
PS3/PSL1GHT Makefile update
parent
42bff0ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b0b9e155
...
...
@@ -145,14 +145,18 @@ else ifeq ($(platform), vita)
STATIC_LINKING
=
1
# Lightweight PS3 Homebrew SDK
else
ifeq
($(platform), psl1ght)
else
if
n
eq
(
,$(filter
$(platform),
ps3
psl1ght)
)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
$(PS3DEV)
/ppu/bin/ppu-gcc
$(EXE_EXT)
CXX
=
$(PS3DEV)
/ppu/bin/ppu-g++
$(EXE_EXT)
AR
=
$(PS3DEV)
/ppu/bin/ppu-ar
$(EXE_EXT)
CFLAGS
+=
-DIOAPI_NO_64
CXXFLAGS
+=
-DIOAPI_NO_64
CC
=
$(PS3DEV)
/ppu/bin/ppu-
$(COMMONLV)
gcc
$(EXE_EXT)
CXX
=
$(PS3DEV)
/ppu/bin/ppu-
$(COMMONLV)
g++
$(EXE_EXT)
AR
=
$(PS3DEV)
/ppu/bin/ppu-
$(COMMONLV)
ar
$(EXE_EXT)
CFLAGS
+=
-DIOAPI_NO_64
-D__PS3__
CXXFLAGS
+=
-DIOAPI_NO_64
-D__PS3__
STATIC_LINKING
=
1
ifeq
($(platform), psl1ght)
CFLAGS
+=
-D__PSL1GHT__
CXXFLAGS
+=
-D__PSL1GHT__
endif
# Xbox 360
else
ifeq
($(platform), xenon)
...
...
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