Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ include:
file: '/tvos-arm64.yml'

#################################### MISC ##################################


# webOS 32-bit (LGTV)
- project: 'libretro-infrastructure/ci-templates'
file: '/webos-make.yml'

# Stages for building
stages:
- build-prepare
Expand Down Expand Up @@ -197,3 +201,10 @@ libretro-build-tvos-arm64:
extends:
- .libretro-tvos-arm64-make-default
- .core-defs

#################################### MISC ##################################
# webOS 32-bit
libretro-build-webos-armv7a:
extends:
- .libretro-webos-armv7a-make-default
- .core-defs
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,10 @@ endif
DEFS += -DX64_WINDOWS_ABI
endif


ifneq (,$(or $(findstring webos,$(CROSS_COMPILE)),$(findstring starfish,$(CROSS_COMPILE))))
FORCE_DRC_C_BACKEND = 1
PTR64 = 0
endif

ifeq ($(ALIGNED),1)
PLATCFLAGS += -DALIGN_INTS -DALIGN_SHORTS
Expand Down