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
c35f3bd0
Commit
c35f3bd0
authored
Jul 05, 2021
by
John Parton
Browse files
RS90 support
parent
aceb3ee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c35f3bd0
...
...
@@ -225,6 +225,16 @@ else ifeq ($(platform), ctr)
CXXFLAGS
+=
$(CFLAGS)
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
,--no-undefined
-Wl
,-version-script
=
$(LIBRETRO_DIR)
/link.T
FLAGS
+=
-DDINGUX
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32
# 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