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
b08dd8df
Unverified
Commit
b08dd8df
authored
Aug 05, 2021
by
Poligraf
Browse files
add retrofw target
parent
44a14b02
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b08dd8df
...
...
@@ -200,3 +200,10 @@ libretro-build-rs90-odbeta-mips32:
extends
:
-
.libretro-rs90-odbeta-mips32-make-default
-
.core-defs
# RetroFW
libretro-build-retrofw-mips32
:
extends
:
-
.libretro-retrofw-mips32-make-default
-
.core-defs
platform/libretro/Makefile
View file @
b08dd8df
...
...
@@ -297,6 +297,15 @@ else ifeq ($(platform), gcw0)
FLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32r2
-mhard-float
fpic
:=
-fPIC
# RETROFW
else
ifeq
($(platform), retrofw)
TARGET
:=
$(TARGET_NAME)
_libretro.so
CC
=
/opt/retrofw-toolchain/usr/bin/mipsel-linux-gcc
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
fpic
:=
-fPIC
# Raspberry Pi 1
else
ifeq
($(platform), rpi1)
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