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
f40c6d99
Unverified
Commit
f40c6d99
authored
Jul 08, 2021
by
jdgleaver
Committed by
GitHub
Jul 08, 2021
Browse files
Merge pull request #6 from jdgleaver/gitlab-rs90
Add RS-90 build target
parents
7ffa0711
b6b77898
Pipeline
#40076
passed with stages
in 4 minutes and 28 seconds
Changes
2
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f40c6d99
...
...
@@ -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 @
f40c6d99
...
...
@@ -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