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-minivmac
Commits
3ac7ee78
Commit
3ac7ee78
authored
Mar 16, 2022
by
Vladimir Serbinenko
Committed by
phcoder
Mar 19, 2022
Browse files
Fix miyoo compilation
parent
07c001fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3ac7ee78
...
...
@@ -305,8 +305,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
View file @
3ac7ee78
...
...
@@ -216,6 +216,16 @@ else ifeq ($(platform), gcw0)
DISABLE_ERROR_LOGGING
:=
1
CFLAGS
+=
-march
=
mips32
-mtune
=
mips32r2
-mhard-float
LIBS
=
-lm
# 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
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,-version-script
=
$(CORE_DIR)
/link.T
CFLAGS
+=
-ffast-math
-mcpu
=
arm926ej-s
# 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