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
1d95fe63
Commit
1d95fe63
authored
Sep 10, 2017
by
gizmo98
Browse files
Makefile: platform rpi remove old mupen64plus stuff
parent
52de3c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1d95fe63
...
...
@@ -126,19 +126,14 @@ else ifneq (,$(findstring rpi,$(platform)))
GLES
=
1
LIBS
+=
-lrt
GL_LIB
:=
-L
/opt/vc/lib
-lGLESv2
INCFLAGS
+=
-I
/opt/vc/include
ifneq
(,$(findstring rpi2,$(platform)))
CPUFLAGS
+=
-DNO_ASM
-DARM
-D__arm__
-DARM_ASM
-D__NEON_OPT
-DNOSSE
CFLAGS
=
-mcpu
=
cortex-a7
-mfloat-abi
=
hard
CXXFLAGS
=
-mcpu
=
cortex-a7
-mfloat-abi
=
hard
HAVE_NEON
=
0
else
CPUFLAGS
+=
-DARMv5_ONLY
-DNO_ASM
endif
PLATFORM_EXT
:=
unix
WITH_DYNAREC
=
arm
...
...
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