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
84862432
Unverified
Commit
84862432
authored
Mar 07, 2022
by
Kurtis Dinelle
Committed by
GitHub
Mar 07, 2022
Browse files
Merge pull request #13 from jSTE0/miyoo-ci-fix
platform/miyoo: Fix CI build
parents
d8a18a0e
d0643d6d
Pipeline
#104952
passed with stages
in 7 minutes and 16 seconds
Changes
2
Pipelines
62
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
84862432
...
...
@@ -109,7 +109,7 @@ include:
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/dingux-mips32.yml'
# OpenDingux
# OpenDingux
(ARM)
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/dingux-arm32.yml'
...
...
@@ -309,8 +309,8 @@ libretro-build-rs90-odbeta-mips32:
-
.libretro-rs90-odbeta-mips32-make-default
-
.core-defs
#
OpenDingux
libretro-build-
dingux
-arm32
:
#
Miyoo
libretro-build-
miyoo
-arm32
:
extends
:
-
.libretro-miyoo-arm32-make-default
-
.core-defs
...
...
Makefile.libretro
View file @
84862432
...
...
@@ -499,6 +499,7 @@ else ifeq ($(platform), xbox360_msvc2010)
CFLAGS
+=
-D_XBOX
-D_XBOX360
CXXFLAGS
+=
-D_XBOX
-D_XBOX360
STATIC_LINKING
=
1
# MIYOO
else
ifeq
($(platform), miyoo)
TARGET
:=
$(TARGET_NAME)
_libretro.so
...
...
@@ -506,9 +507,8 @@ else ifeq ($(platform), miyoo)
SHARED
:=
-shared
-Wl
,-version-script
=
link.T
CC
=
/opt/miyoo/usr/bin/arm-linux-gcc
AR
=
/opt/miyoo/usr/bin/arm-linux-ar
PLATFORM_DEFINES
+=
-D_GNU_SOURCE
CFLAGS
+=
-fomit-frame-pointer
-ffast-math
-march
=
armv5te
-mtune
=
arm926ej-s
CFLAGS
+=
-fno-common
-ftree-vectorize
-funswitch-loops
# DOS
else
ifeq
($(platform), dos)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
...
...
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