[Scummvm-git-logs] scummvm master -> f1b1e7cf73c5d0be804275ec4baba82262246c13

spleen1981 noreply at scummvm.org
Tue May 27 09:37:28 UTC 2025


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

Summary:
f1b1e7cf73 LIBRETRO: BUILD: fix armv7 test to cover armv7a


Commit: f1b1e7cf73c5d0be804275ec4baba82262246c13
    https://github.com/scummvm/scummvm/commit/f1b1e7cf73c5d0be804275ec4baba82262246c13
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2025-05-27T11:37:19+02:00

Commit Message:
LIBRETRO: BUILD: fix armv7 test to cover armv7a

Changed paths:
    backends/platform/libretro/Makefile


diff --git a/backends/platform/libretro/Makefile b/backends/platform/libretro/Makefile
index 383a25cab70..301ad0f791b 100644
--- a/backends/platform/libretro/Makefile
+++ b/backends/platform/libretro/Makefile
@@ -552,7 +552,7 @@ ifneq (,$(findstring $(platform), wiiu vita))
    DEFINES += -Os
 else ifneq (,$(findstring $(platform), ios osx))
    DEFINES += -O1
-else ifneq (,$(findstring $(platform), armv7)) # fixes a GCC 15.1 internal compiler error. TODO check if it is fixed in GCC newer releases.
+else ifneq (,$(findstring armv7, $(platform))) # fixes a GCC 15.1 internal compiler error. TODO check if it is fixed in GCC newer releases.
    DEFINES += -O1
 else ifneq (,$(findstring $(platform), msvc genode rpi))
    DEFINES += -O2




More information about the Scummvm-git-logs mailing list