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
jaxe
Commits
c755066c
Commit
c755066c
authored
Feb 01, 2022
by
phcoder
Browse files
LIBRETRO: Add RS90 compilation directives
parent
32fd0c98
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c755066c
...
...
@@ -293,6 +293,12 @@ libretro-build-dingux-odbeta-mips32:
-
.libretro-dingux-odbeta-mips32-make-default
-
.core-defs
# OpenDingux Beta
libretro-build-rs90-odbeta-mips32
:
extends
:
-
.libretro-rs90-odbeta-mips32-make-default
-
.core-defs
# OpenDingux
libretro-build-dingux-arm32
:
extends
:
...
...
Makefile.libretro
View file @
c755066c
...
...
@@ -284,6 +284,17 @@ else ifeq ($(platform), vita)
AR
=
arm-vita-eabi-ar
CXXFLAGS
+=
-Wl
,-q
-Wall
-O3
STATIC_LINKING
=
1
# RS90
else
ifeq
($(platform), rs90)
TARGET
:=
$(TARGET_NAME)
_libretro.so
CC
=
/opt/rs90-toolchain/usr/bin/mipsel-linux-gcc
CXX
=
/opt/rs90-toolchain/usr/bin/mipsel-linux-g++
AR
=
/opt/rs90-toolchain/usr/bin/mipsel-linux-ar
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,-version-script
=
$(CORE_DIR)
/link.T
PLATFORM_DEFINES
:=
-DCC_RESAMPLER
-DCC_RESAMPLER_NO_HIGHPASS
CFLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32
CXXFLAGS
+=
$(CFLAGS)
# GCW0
else
ifeq
($(platform), gcw0)
...
...
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