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-o2em
Commits
e09a9529
Unverified
Commit
e09a9529
authored
Aug 05, 2021
by
Libretro-Admin
Committed by
GitHub
Aug 05, 2021
Browse files
Merge pull request #48 from Poligraf/retrofw
add retrofw target
parents
d4e69f6b
98311659
Pipeline
#52914
passed with stages
in 8 minutes and 36 seconds
Changes
2
Pipelines
50
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e09a9529
...
...
@@ -276,6 +276,12 @@ libretro-build-dingux-odbeta-mips32:
extends
:
-
.libretro-dingux-odbeta-mips32-make-default
-
.core-defs
# RetroFW
libretro-build-retrofw-mips32
:
extends
:
-
.libretro-retrofw-mips32-make-default
-
.core-defs
#################################### MISC ##################################
# Emscripten
...
...
Makefile
View file @
e09a9529
...
...
@@ -258,6 +258,17 @@ else ifeq ($(platform), gcw0)
FLAGS
+=
-DDINGUX
fpic
:=
-fPIC
# 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
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,--version-script
=
link.T
FLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32
-mhard-float
FLAGS
+=
-DDINGUX
fpic
:=
-fPIC
# Classic Platforms ####################
# Platform affix = classic_<ISA>_<µARCH>
# Help at https://modmyclassic.com/comp
...
...
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