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
jaxe
Commits
5b34b2a6
Commit
5b34b2a6
authored
Jan 06, 2022
by
phcoder
Browse files
LIBRETRO: Add missing -lm
parent
8dd68fbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
5b34b2a6
...
...
@@ -241,6 +241,7 @@ else ifeq ($(platform), retrofw)
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--version-script
=
$(CORE_DIR)
/link.T
-Wl
,--no-undefined
CFLAGS
+=
-ffast-math
-march
=
mips32
-mtune
=
mips32
-mhard-float
LIBS
=
-lm
# Emscripten
else
ifeq
($(platform), emscripten)
...
...
@@ -285,6 +286,7 @@ else ifeq ($(platform), gcw0)
DISABLE_ERROR_LOGGING
:=
1
CFLAGS
+=
-march
=
mips32
-mtune
=
mips32r2
-mhard-float
LIBS
=
-lm
# Windows MSVC 2017 all architectures
else
ifneq
(,$(findstring windows_msvc2017,$(platform)))
...
...
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