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
Potator
Commits
dacb12c8
Unverified
Commit
dacb12c8
authored
Sep 12, 2021
by
Libretro-Admin
Committed by
GitHub
Sep 12, 2021
Browse files
Merge pull request #9 from jdorigao/rpi3_64
Added rpi3_64 to makefile
parents
1327cd6f
a8b6ae2f
Pipeline
#58911
passed with stages
in 4 minutes and 26 seconds
Changes
1
Pipelines
36
Hide whitespace changes
Inline
Side-by-side
platform/libretro/Makefile
View file @
dacb12c8
...
...
@@ -333,6 +333,15 @@ else ifeq ($(platform), rpi3)
FLAGS
+=
-marm
-marm
-mcpu
=
cortex-a53
-mfpu
=
neon-fp-armv8
-mfloat-abi
=
hard
FLAGS
+=
-fomit-frame-pointer
-ffast-math
# Raspberry Pi 3 (64 bit)
else
ifeq
($(platform), rpi3_64)
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,--version-script
=
link.T
FLAGS
+=
-DARM
FLAGS
+=
-mcpu
=
cortex-a53
-mtune
=
cortex-a53
FLAGS
+=
-fomit-frame-pointer
-ffast-math
# Raspberry Pi 4
else
ifeq
($(platform), rpi4)
TARGET
:=
$(TARGET_NAME)
_libretro.so
...
...
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