[Scummvm-git-logs] scummvm master -> 569d84fbb0b092c2ed7bb01eb4819c1cf080905f

spleen1981 noreply at scummvm.org
Mon Jul 27 09:38:34 UTC 2026


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
69906ed7aa LIBRETRO: BUILD: drop unneeded PS3 flag
569d84fbb0 LIBRETRO: BUILD: add a Linux aarch64 build


Commit: 69906ed7aa22aa988bd33c56207de4800a1f3bd6
    https://github.com/scummvm/scummvm/commit/69906ed7aa22aa988bd33c56207de4800a1f3bd6
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2026-07-27T11:37:55+02:00

Commit Message:
LIBRETRO: BUILD: drop unneeded PS3 flag

Changed paths:
    backends/platform/libretro/Makefile


diff --git a/backends/platform/libretro/Makefile b/backends/platform/libretro/Makefile
index c0ac403b63a..1d024c3463f 100644
--- a/backends/platform/libretro/Makefile
+++ b/backends/platform/libretro/Makefile
@@ -182,7 +182,7 @@ else ifneq (,$(filter $(platform), ps3 psl1ght))
    CC = $(PS3DEV)/ppu/bin/ppu-$(COMMONLV)gcc$(EXE_EXT)
    CXX = $(PS3DEV)/ppu/bin/ppu-$(COMMONLV)g++$(EXE_EXT)
    AR = $(PS3DEV)/ppu/bin/ppu-$(COMMONLV)ar$(EXE_EXT) rcs
-   DEFINES := -DPLAYSTATION3 -D__PS3__ -DRETRO_IS_BIG_ENDIAN=1 -DRETRO_IS_LITTLE_ENDIAN=0 -DWORDS_BIGENDIAN=1 -mcpu=cell -mno-fp-in-toc -I$(PS3DEV)/ppu/include
+   DEFINES := -D__PS3__ -DRETRO_IS_BIG_ENDIAN=1 -DRETRO_IS_LITTLE_ENDIAN=0 -DWORDS_BIGENDIAN=1 -mcpu=cell -mno-fp-in-toc -I$(PS3DEV)/ppu/include
    ifeq ($(platform), psl1ght)
       DEFINES += -D__PSL1GHT__
       CFLAGS   += -mvsx -mvsx-timode


Commit: 569d84fbb0b092c2ed7bb01eb4819c1cf080905f
    https://github.com/scummvm/scummvm/commit/569d84fbb0b092c2ed7bb01eb4819c1cf080905f
Author: WizzardSK (42868978+WizzardSK at users.noreply.github.com)
Date: 2026-07-27T11:38:06+02:00

Commit Message:
LIBRETRO: BUILD: add a Linux aarch64 build

Changed paths:
    backends/platform/libretro/.gitlab-ci.yml


diff --git a/backends/platform/libretro/.gitlab-ci.yml b/backends/platform/libretro/.gitlab-ci.yml
index 5b0d48917d2..c70f33fab2e 100644
--- a/backends/platform/libretro/.gitlab-ci.yml
+++ b/backends/platform/libretro/.gitlab-ci.yml
@@ -30,6 +30,10 @@ include:
   - project: 'libretro-infrastructure/ci-templates'
     file: '/linux-x64.yml'
 
+  # Linux ARM 64-bit
+  - project: 'libretro-infrastructure/ci-templates'
+    file: '/linux-aarch64.yml'
+
   # Linux 32-bit
   - project: 'libretro-infrastructure/ci-templates'
     file: '/linux-i686.yml'
@@ -137,6 +141,12 @@ libretro-build-linux-x64:
     - .libretro-linux-x64-make-default
     - .core-defs
 
+# Linux ARM 64-bit
+libretro-build-linux-aarch64:
+  extends:
+    - .libretro-linux-aarch64-make-default
+    - .core-defs
+
 # Linux 32-bit
 libretro-build-linux-i686:
   extends:




More information about the Scummvm-git-logs mailing list