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
beetle-lynx-libretro
Commits
290763fa
Unverified
Commit
290763fa
authored
Sep 16, 2021
by
Libretro-Admin
Committed by
GitHub
Sep 16, 2021
Browse files
Merge pull request #54 from jdorigao/rpi3_64
Added rpi3_64 to makefile
parents
26cb625d
9b8c06fa
Pipeline
#52877
passed with stages
in 8 minutes and 26 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
290763fa
...
...
@@ -75,7 +75,11 @@ ifneq (,$(findstring unix,$(platform)))
else
ifneq
(,$(findstring rpi2,$(platform)))
FLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a7
-mfpu
=
neon-vfpv4
-mfloat-abi
=
hard
else
ifneq
(,$(findstring rpi3,$(platform)))
FLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a53
-mfpu
=
neon-fp-armv8
-mfloat-abi
=
hard
ifneq
(,$(findstring rpi3_64,$(platform)))
FLAGS
+=
-DARM
-march
=
armv8-a+crc+simd
-mcpu
=
cortex-a53
else
FLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a53
-mfpu
=
neon-fp-armv8
-mfloat-abi
=
hard
endif
else
ifneq
(,$(findstring rpi4_64,$(platform)))
FLAGS
+=
-DARM
-march
=
armv8-a+crc+simd
-mtune
=
cortex-a72
endif
...
...
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