mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
libretro-scummvm: fix findsting armv7 check
- ref: https://github.com/libretro/scummvm issues 81 issuecomment-2910940105
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ index 0181825bfbbc..383a25cab706 100644
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user