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
6aba1924
Unverified
Commit
6aba1924
authored
Mar 27, 2022
by
crystalct
Committed by
GitHub
Mar 27, 2022
Browse files
PS3/PSL1GHT Makefile update (#35)
parent
86d7d5af
Pipeline
#101314
passed with stages
in 8 minutes and 24 seconds
Changes
1
Pipelines
20
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
6aba1924
...
...
@@ -180,17 +180,20 @@ else ifeq ($(platform), qnx)
PLATFORM_DEFINES
:=
-D__BLACKBERRY_QNX__
-fexceptions
-marm
-mcpu
=
cortex-a9
-mfpu
=
neon
-mfloat-abi
=
softfp
# 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)
CC_AS
=
$(PS3DEV)
/ppu/bin/ppu-gcc
$(EXE_EXT)
CXX
=
$(PS3DEV)
/ppu/bin/ppu-g++
$(EXE_EXT)
AR
=
$(PS3DEV)
/ppu/bin/ppu-ar
$(EXE_EXT)
PLATFORM_DEFINES
:=
-D__PSL1GHT__
-D__PS3__
CC
=
$(PS3DEV)
/ppu/bin/ppu-
$(COMMONLV)
gcc
$(EXE_EXT)
CC_AS
=
$(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)
PLATFORM_DEFINES
:=
-D__PS3__
CFLAGS
+=
-DMSB_FIRST
-DWORDS_BIGENDIAN
=
1
CXXFLAGS
+=
-DMSB_FIRST
-DWORDS_BIGENDIAN
=
1
STATIC_LINKING
=
1
HAVE_COMPAT
=
1
ifeq
($(platform), psl1ght)
PLATFORM_DEFINES
+=
-D__PSL1GHT__
endif
# PS2
else
ifeq
($(platform), ps2)
...
...
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