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
libretro-2048
Commits
adb46441
Unverified
Commit
adb46441
authored
May 03, 2020
by
Libretro-Admin
Committed by
GitHub
May 03, 2020
Browse files
Merge pull request #39 from phcoder/unix
Recognize platform=unix-armv7-hardfloat-neon
parents
ac106c17
7a353cd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
adb46441
...
@@ -62,7 +62,7 @@ filter_out2 = $(call filter_out1,$(call filter_out1,$1))
...
@@ -62,7 +62,7 @@ filter_out2 = $(call filter_out1,$(call filter_out1,$1))
unixpath
=
$(
subst
\,
/,
$1
)
unixpath
=
$(
subst
\,
/,
$1
)
unixcygpath
=
/
$(
subst
:,,
$(
call
unixpath,
$1
))
unixcygpath
=
/
$(
subst
:,,
$(
call
unixpath,
$1
))
ifeq
($(platform), unix)
if
n
eq
(
,$(filter
$(platform), unix
unix-armv7-hardfloat-neon)
)
EXT
?=
so
EXT
?=
so
TARGET
:=
$(TARGET_NAME)
_libretro
$(PLAT)
.
$(EXT)
TARGET
:=
$(TARGET_NAME)
_libretro
$(PLAT)
.
$(EXT)
fpic
:=
-fPIC
fpic
:=
-fPIC
...
...
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