mirror of
https://github.com/libretro/stella2014-libretro.git
synced 2024-11-26 17:30:36 +00:00
(.gitlab-ci.yml) Add OpenDingux target
This commit is contained in:
parent
64f9364720
commit
9afcd4bffc
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@ xcuserdata
|
||||
profile
|
||||
*.moved-aside
|
||||
*.o
|
||||
*.so
|
||||
*.bc
|
||||
*.js
|
||||
*.json
|
||||
|
@ -88,6 +88,10 @@ include:
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/libnx-static.yml'
|
||||
|
||||
# OpenDingux
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/dingux-mips32.yml'
|
||||
|
||||
# Stages for building
|
||||
stages:
|
||||
- build-prepare
|
||||
@ -226,3 +230,9 @@ libretro-build-libnx-aarch64:
|
||||
extends:
|
||||
- .libretro-libnx-static-retroarch-master
|
||||
- .core-defs
|
||||
|
||||
# OpenDingux
|
||||
libretro-build-dingux-mips32:
|
||||
extends:
|
||||
- .libretro-dingux-mips32-make-default
|
||||
- .core-defs
|
||||
|
2
Makefile
2
Makefile
@ -323,7 +323,7 @@ else ifeq ($(platform), gcw0)
|
||||
SHARED := -shared -Wl,--no-undefined -Wl,--version-script=link.T
|
||||
LDFLAGS += $(PTHREAD_FLAGS) -lrt
|
||||
FLAGS += $(PTHREAD_FLAGS) -DHAVE_MKDIR
|
||||
FLAGS += -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float
|
||||
FLAGS += -fomit-frame-pointer -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float
|
||||
fpic := -fPIC
|
||||
|
||||
# Windows MSVC 2003 Xbox 1
|
||||
|
Loading…
Reference in New Issue
Block a user