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
RACE
Commits
1f5f9e76
Unverified
Commit
1f5f9e76
authored
Oct 02, 2020
by
Libretro-Admin
Committed by
GitHub
Oct 02, 2020
Browse files
Merge pull request #18 from jdgleaver/dingux
Add OpenDingux target
parents
6516a148
4da677c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1f5f9e76
...
...
@@ -327,6 +327,18 @@ else ifeq ($(platform), emscripten)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.bc
STATIC_LINKING
=
1
# GCW0
else
ifeq
($(platform), gcw0)
TARGET
:=
$(TARGET_NAME)
_libretro.so
CC
=
/opt/gcw0-toolchain/usr/bin/mipsel-linux-gcc
CXX
=
/opt/gcw0-toolchain/usr/bin/mipsel-linux-g++
AR
=
/opt/gcw0-toolchain/usr/bin/mipsel-linux-ar
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,-version-script
=
$(LIBRETRO_DIR)
/link.T
PLATFORM_DEFINES
:=
-DCC_RESAMPLER
-DCC_RESAMPLER_NO_HIGHPASS
CFLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32r2
-mhard-float
CXXFLAGS
+=
$(CFLAGS)
# Windows MSVC 2010 x64
else
ifeq
($(platform), windows_msvc2010_x64)
CC
=
cl.exe
...
...
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