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
fuse-libretro
Commits
4f6a1560
Unverified
Commit
4f6a1560
authored
Oct 13, 2021
by
Libretro-Admin
Committed by
GitHub
Oct 13, 2021
Browse files
Merge pull request #116 from jdorigao/rpi_64
Added rpi3/4_64 to makefile
parents
9958d13a
d674f8f4
Pipeline
#59855
passed with stages
in 22 minutes and 23 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
4f6a1560
...
...
@@ -125,6 +125,26 @@ else ifeq ($(platform), rpi3)
PLATFORM_DEFINES
+=
-DARM
HAVE_NEON
=
1
# Raspberry Pi 3 (64 bits)
else
ifeq
($(platform), rpi3_64)
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
=
-fPIC
SHARED
:=
-shared
-Wl
,-version-script
=
build/link.T
-Wl
,-no-undefined
PLATFORM_DEFINES
+=
-march
=
armv8-a+crc+simd
-mtune
=
cortex-a53
PLATFORM_DEFINES
+=
-fomit-frame-pointer
-ffast-math
PLATFORM_DEFINES
+=
-DARM
HAVE_NEON
=
1
# Raspberry Pi 4 (64 bits)
else
ifeq
($(platform), rpi4_64)
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
=
-fPIC
SHARED
:=
-shared
-Wl
,-version-script
=
build/link.T
-Wl
,-no-undefined
PLATFORM_DEFINES
+=
-march
=
armv8-a+crc+simd
-mtune
=
cortex-a72
PLATFORM_DEFINES
+=
-fomit-frame-pointer
-ffast-math
PLATFORM_DEFINES
+=
-DARM
HAVE_NEON
=
1
# Classic Platforms ####################
# Platform affix = classic_<ISA>_<µARCH>
# Help at https://modmyclassic.com/comp
...
...
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