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
6ab1ac11
Commit
6ab1ac11
authored
Sep 08, 2016
by
Libretro-Admin
Browse files
Update Makefile
parent
9b90ccac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6ab1ac11
...
...
@@ -140,15 +140,12 @@ endif
ifeq
($(STATIC_LINKING),1)
EXT
=
a
ifeq
($(platform), unix)
PLAT
=
_unix
endif
endif
# Unix
ifneq
(,$(findstring unix,$(platform)))
EXT
?=
so
TARGET
:=
$(TARGET_NAME)
_libretro
$(PLAT)
.
$(EXT)
TARGET
:=
$(TARGET_NAME)
_libretro.
$(EXT)
SHARED
:=
-shared
-Wl
,--version-script
=
link.T
LDFLAGS
+=
-Wl
,--no-undefined
LIBS
+=
-lrt
...
...
@@ -348,7 +345,7 @@ else ifneq (,$(findstring android,$(platform)))
else
ifeq
($(platform), qnx)
fpic
=
-fPIC
EXT
?=
so
TARGET
:=
$(TARGET_NAME)
_libretro_
qnx
.
$(EXT)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.
$(EXT)
SHARED
:=
-shared
-Wl
,--version-script
=
link.T
-Wl
,--no-undefined
-Wl
,--warn-common
GL_LIB
:=
-lGLESv2
...
...
@@ -404,7 +401,7 @@ else ifneq (,$(findstring armv,$(platform)))
# emscripten
else
ifeq
($(platform), emscripten)
EXT
?=
bc
TARGET
:=
$(TARGET_NAME)
_libretro_
emscripten
.
$(EXT)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.
$(EXT)
GLES
:=
1
WITH_DYNAREC
:=
CPUFLAGS
+=
-Dasm
=
asmerror
-D__asm__
=
asmerror
-DNO_ASM
-DNOSSE
...
...
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