mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libretro-scummvm: fix findsting armv7 check
- ref: https://github.com/libretro/scummvm issues 81 issuecomment-2910940105
This commit is contained in:
parent
143ca4fc49
commit
fdddd3c042
@ -15,7 +15,7 @@ index 0181825bfbbc..383a25cab706 100644
|
|||||||
DEFINES += -Os
|
DEFINES += -Os
|
||||||
else ifneq (,$(findstring $(platform), ios osx))
|
else ifneq (,$(findstring $(platform), ios osx))
|
||||||
DEFINES += -O1
|
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
|
+ DEFINES += -O1
|
||||||
else ifneq (,$(findstring $(platform), msvc genode rpi))
|
else ifneq (,$(findstring $(platform), msvc genode rpi))
|
||||||
DEFINES += -O2
|
DEFINES += -O2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user