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
7f9b3fe6
Commit
7f9b3fe6
authored
Sep 10, 2017
by
gizmo98
Browse files
Makefile: rpi use hard float and single precision
parent
fa3d2f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7f9b3fe6
...
...
@@ -123,9 +123,11 @@ else ifneq (,$(findstring rpi,$(platform)))
TARGET
:=
$(TARGET_NAME)
_libretro.
$(EXT)
SHARED
:=
-shared
-Wl
,--version-script
=
link.T
fpic
=
-fPIC
GLES
=
1
LIBS
+=
-lrt
ARM_FLOAT_ABI_HARD
=
1
FORCE_GLES
=
1
SINGLE_PREC_FLAGS
=
1
ifeq
(,$(findstring mesa,$(platform)))
GL_LIB
:=
-L
/opt/vc/lib
INCFLAGS
+=
-I
/opt/vc/include
...
...
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