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
snes9x2002
Commits
218d7aea
Unverified
Commit
218d7aea
authored
Mar 03, 2022
by
Libretro-Admin
Committed by
GitHub
Mar 03, 2022
Browse files
Merge pull request #50 from jSTE0/miyoo-target
platforms: Add Miyoo target
parents
53c2aa4d
4f2fa2ec
Pipeline
#91079
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
218d7aea
...
...
@@ -91,6 +91,10 @@ include:
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/tvos-arm64.yml'
# OpenDingux (ARM)
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/dingux-arm32.yml'
#################################### MISC ##################################
# Emscripten
-
project
:
'
libretro-infrastructure/ci-templates'
...
...
@@ -241,6 +245,12 @@ libretro-build-wiiu:
-
.libretro-wiiu-static-retroarch-master
-
.core-defs
# Miyoo
libretro-build-miyoo-arm32
:
extends
:
-
.libretro-miyoo-arm32-make-default
-
.core-defs
#################################### MISC ##################################
# Emscripten
libretro-build-emscripten
:
...
...
Makefile
View file @
218d7aea
...
...
@@ -244,6 +244,20 @@ else ifeq ($(platform), gcw0)
CFLAGS
+=
-fno-builtin
-fno-exceptions
CFLAGS
+=
-DPATH_MAX
=
256
-DFAST_LSB_WORD_ACCESS
# MIYOO
else
ifeq
($(platform), miyoo)
TARGET
:=
$(TARGET_NAME)
_libretro.so
CC
=
/opt/miyoo/usr/bin/arm-linux-gcc
CXX
=
/opt/miyoo/usr/bin/arm-linux-g++
AR
=
/opt/miyoo/usr/bin/arm-linux-ar
fpic
:=
-fPIC
ARM_ASM
=
1
ASM_CPU
=
0
ASM_SPC700
=
0
SHARED
:=
-shared
-Wl
,--version-script
=
libretro/link.T
-Wl
,--no-undefined
FLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
armv5te
-mtune
=
arm926ej-s
FLAGS
+=
-fno-unroll-loops
# Windows MSVC 2010 x64
else
ifeq
($(platform), windows_msvc2010_x64)
CC
=
cl.exe
...
...
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