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
Potator
Commits
b6b77898
Commit
b6b77898
authored
Jul 08, 2021
by
jdgleaver
Browse files
Add RS-90 build target
parent
7ffa0711
Pipeline
#37255
passed with stages
in 1 minute and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b6b77898
...
...
@@ -194,3 +194,9 @@ libretro-build-dingux-odbeta-mips32:
extends
:
-
.libretro-dingux-odbeta-mips32-make-default
-
.core-defs
# RS-90 OpenDingux Beta
libretro-build-rs90-odbeta-mips32
:
extends
:
-
.libretro-rs90-odbeta-mips32-make-default
-
.core-defs
platform/libretro/Makefile
View file @
b6b77898
...
...
@@ -279,6 +279,15 @@ else ifeq ($(platform), ctr)
FLAGS
+=
-DARM11
-D_3DS
STATIC_LINKING
=
1
# RS90
else
ifeq
($(platform), rs90)
TARGET
:=
$(TARGET_NAME)
_libretro.so
CC
=
/opt/rs90-toolchain/usr/bin/mipsel-linux-gcc
AR
=
/opt/rs90-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
fpic
:=
-fPIC
# GCW0
else
ifeq
($(platform), gcw0)
TARGET
:=
$(TARGET_NAME)
_libretro.so
...
...
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