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-handy
Commits
7030858e
Unverified
Commit
7030858e
authored
Jul 30, 2021
by
Poligraf
Browse files
add retrofw port
parent
79029412
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7030858e
...
...
@@ -242,6 +242,12 @@ libretro-build-rs90-odbeta-mips32:
extends
:
-
.libretro-rs90-odbeta-mips32-make-default
-
.core-defs
# RetroFW
libretro-build-retrofw-mips32
:
extends
:
-
.libretro-retrofw-mips32-make-default
-
.core-defs
#################################### MISC ##################################
# Emscripten
...
...
Makefile
View file @
7030858e
...
...
@@ -244,6 +244,16 @@ else ifeq ($(platform), gcw0)
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,-version-script
=
$(LIBRETRO_DIR)
/link.T
FLAGS
+=
-DDINGUX
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32r2
-mhard-float
# RETROFW
else
ifeq
($(platform), retrofw)
TARGET
:=
$(TARGET_NAME)
_libretro.so
CC
=
/opt/retrofw-toolchain/usr/bin/mipsel-linux-gcc
CXX
=
/opt/retrofw-toolchain/usr/bin/mipsel-linux-g++
AR
=
/opt/retrofw-toolchain/usr/bin/mipsel-linux-ar
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,-version-script
=
$(LIBRETRO_DIR)
/link.T
FLAGS
+=
-DDINGUX
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32
-mhard-float
# Nintendo Switch (libnx)
else
ifeq
($(platform), libnx)
...
...
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