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
a8b6ae2f
Unverified
Commit
a8b6ae2f
authored
Sep 11, 2021
by
Juliano Dorigão
Browse files
Added rpi3_64 to makefile
parent
1327cd6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/libretro/Makefile
View file @
a8b6ae2f
...
...
@@ -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