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
cannonball
Commits
808390dd
Commit
808390dd
authored
Aug 06, 2019
by
vanfanel
Browse files
Small fix to rpi3_64 CFLAGS
parent
9dd5cd03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
808390dd
...
...
@@ -73,12 +73,12 @@ ifneq (,$(findstring unix,$(platform)))
else
ifneq
(,$(findstring rpi2,$(platform)))
CFLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a7
-mfpu
=
neon-vfpv4
-mfloat-abi
=
hard
CXXFLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a7
-mfpu
=
neon-vfpv4
-mfloat-abi
=
hard
else
ifneq
(,$(findstring rpi3,$(platform)))
CFLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a53
-mfpu
=
neon-fp-armv8
-mfloat-abi
=
hard
CXXFLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a53
-mfpu
=
neon-fp-armv8
-mfloat-abi
=
hard
else
ifneq
(,$(findstring rpi3_64,$(platform)))
CFLAGS
+=
-DARM
-march
=
armv8-a+crc
-mtune
=
cortex-a53
CXXFLAGS
+=
-DARM
-march
=
armv8-a+crc
-mtune
=
cortex-a53
else
ifneq
(,$(findstring rpi3,$(platform)))
CFLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a53
-mfpu
=
neon-fp-armv8
-mfloat-abi
=
hard
CXXFLAGS
+=
-DARM
-marm
-mcpu
=
cortex-a53
-mfpu
=
neon-fp-armv8
-mfloat-abi
=
hard
endif
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