[Scummvm-git-logs] scummvm master -> a12c112173aed3f8d8f592f1c36e24c15358f5b4
lephilousophe
noreply at scummvm.org
Sun Aug 13 09:54:57 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a12c112173 GRAPHICS: Don't set -mfpu=neon
Commit: a12c112173aed3f8d8f592f1c36e24c15358f5b4
https://github.com/scummvm/scummvm/commit/a12c112173aed3f8d8f592f1c36e24c15358f5b4
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-08-13T11:42:20+02:00
Commit Message:
GRAPHICS: Don't set -mfpu=neon
It's not used by the compiler when it works and fails to build on Switch
Changed paths:
graphics/module.mk
diff --git a/graphics/module.mk b/graphics/module.mk
index 4a041054ac0..9c323c1b2fb 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -142,7 +142,6 @@ endif
ifeq ($(SCUMMVM_NEON),1)
MODULE_OBJS += \
blit/blit-neon.o
-$(MODULE)/blit/blit-neon.o: CXXFLAGS += -mfpu=neon
endif
ifeq ($(SCUMMVM_SSE2),1)
MODULE_OBJS += \
More information about the Scummvm-git-logs
mailing list