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
fea24620
Commit
fea24620
authored
Oct 12, 2021
by
salvacam
Browse files
add Miyoo target
parent
dacb12c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fea24620
...
@@ -68,6 +68,10 @@ include:
...
@@ -68,6 +68,10 @@ include:
-
project
:
'
libretro-infrastructure/ci-templates'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/dingux-mips32.yml'
file
:
'
/dingux-mips32.yml'
# OpenDingux (ARM)
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/dingux-arm32.yml'
# tvOS (AppleTV)
# tvOS (AppleTV)
-
project
:
'
libretro-infrastructure/ci-templates'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/tvos-arm64.yml'
file
:
'
/tvos-arm64.yml'
...
@@ -207,3 +211,8 @@ libretro-build-retrofw-mips32:
...
@@ -207,3 +211,8 @@ libretro-build-retrofw-mips32:
-
.libretro-retrofw-mips32-make-default
-
.libretro-retrofw-mips32-make-default
-
.core-defs
-
.core-defs
# Miyoo
libretro-build-miyoo-arm32
:
extends
:
-
.libretro-miyoo-arm32-make-default
-
.core-defs
platform/libretro/Makefile
View file @
fea24620
...
@@ -306,6 +306,15 @@ else ifeq ($(platform), retrofw)
...
@@ -306,6 +306,15 @@ else ifeq ($(platform), retrofw)
FLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32
FLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
mips32
-mtune
=
mips32
fpic
:=
-fPIC
fpic
:=
-fPIC
# MIYOO
else
ifeq
($(platform), miyoo)
TARGET
:=
$(TARGET_NAME)
_libretro.so
CC
=
/opt/miyoo/usr/bin/arm-linux-gcc
AR
=
/opt/miyoo/usr/bin/arm-linux-ar
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,--version-script
=
link.T
FLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
armv5te
-mtune
=
arm926ej-s
fpic
:=
-fPIC
# Raspberry Pi 1
# Raspberry Pi 1
else
ifeq
($(platform), rpi1)
else
ifeq
($(platform), rpi1)
TARGET
:=
$(TARGET_NAME)
_libretro.so
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