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
snes9x2010
Commits
e3bd44a0
Unverified
Commit
e3bd44a0
authored
Sep 12, 2021
by
Libretro-Admin
Committed by
GitHub
Sep 12, 2021
Browse files
Merge pull request #152 from jdorigao/rpi3_64
Added rpi3_64 to makefile
parents
f445ce41
0c37ad86
Pipeline
#52944
passed with stages
in 28 minutes and 44 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
e3bd44a0
...
...
@@ -290,6 +290,16 @@ else ifeq ($(platform), rpi3)
CFLAGS
+=
-fomit-frame-pointer
-ffast-math
HAVE_NEON
=
1
# Raspberry Pi 3 (64-bit)
else
ifeq
($(platform), rpi3_64)
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--version-script
=
libretro/link.T
-Wl
,--no-undefined
CFLAGS
+=
-DARM
CFLAGS
+=
-mcpu
=
cortex-a53
-mtune
=
cortex-a53
-funsafe-math-optimizations
CFLAGS
+=
-fomit-frame-pointer
-ffast-math
HAVE_NEON
=
1
# 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