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
6b03ccd7
Unverified
Commit
6b03ccd7
authored
Oct 18, 2020
by
Libretro-Admin
Committed by
GitHub
Oct 18, 2020
Browse files
Merge pull request #92 from vanfanel/master
Add Raspberry Pi 4 64bit platform.
parents
424362c6
15279e10
Pipeline
#3030
passed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6b03ccd7
...
...
@@ -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