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
dc240f50
Commit
dc240f50
authored
May 02, 2020
by
Vladimir Serbinenko
Browse files
Provide default values for CC and CXX on QNX
parent
74d10e41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
dc240f50
...
...
@@ -138,6 +138,8 @@ else ifeq ($(platform), qnx)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.
$(EXT)
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--no-undefined
CC
=
qcc
-Vgcc_ntoarmv7le
CXX
=
QCC
-Vgcc_ntoarmv7le_cpp
# Emscripten
else
ifeq
($(platform), emscripten)
...
...
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