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
flycast
Commits
f184dfd3
Unverified
Commit
f184dfd3
authored
Nov 22, 2018
by
6alileo
Committed by
GitHub
Nov 22, 2018
Browse files
Update Makefile
parent
f405df98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f184dfd3
...
...
@@ -223,7 +223,8 @@ else ifeq ($(platform), rockpro64)
ARM_FLOAT_ABI_HARD
=
1
FORCE_GLES
=
1
SINGLE_PREC_FLAGS
=
1
CPUFLAGS
+=
-DNO_ASM
-DARM_ASM
-frename-registers
-ftree-vectorize
CFLAGS +
=
-marm
-mfloat-abi
=
hard
-mcpu
=
cortex-a72
-mtune
=
cortex-a72.cortex-a53
-mfpu
=
neon-fp-armv8
-mvectorize-with-neon-quad
$(CPUFLAGS)
CPUFLAGS
+=
-DNO_ASM
-DARM_ASM
-frename-registers
-ftree-vectorize
CFLAGS
+=
-marm
-mfloat-abi
=
hard
-mcpu
=
cortex-a72
-mtune
=
cortex-a72.cortex-a53
-mfpu
=
neon-fp-armv8
-mvectorize-with-neon-quad
$(CPUFLAGS)
CXXFLAGS
+=
-marm
-mfloat-abi
=
hard
-mcpu
=
cortex-a72
-mtune
=
cortex-a72.cortex-a53
-mfpu
=
neon-fp-armv8
-mvectorize-with-neon-quad
$(CPUFLAGS)
ASFLAGS
+=
$(CFLAGS)
-c
-frename-registers
-fno-strict-aliasing
-ffast-math
-ftree-vectorize
PLATFORM_EXT
:=
unix
...
...
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