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
tyrquake
Commits
15279e10
Commit
15279e10
authored
Oct 18, 2020
by
Vanfanel
Browse files
Add Raspberry Pi 4 64bit platform.
parent
424362c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
15279e10
...
...
@@ -258,6 +258,15 @@ else ifeq ($(platform), rpi3_64)
CFLAGS
+=
-march
=
armv8-a+crc
-mtune
=
cortex-a53
CFLAGS
+=
-fomit-frame-pointer
# Raspberry Pi 4 with 64bit kernel & libs
else
ifeq
($(platform), rpi4_64)
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--version-script
=
common/libretro-link.T
CFLAGS
+=
-DARM
CFLAGS
+=
-march
=
armv8-a+crc+simd
-mtune
=
cortex-a72
CFLAGS
+=
-fomit-frame-pointer
# 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