From 5e6ec3a78b7dced5864ee9bd4351d0cc4dee8158 Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Wed, 2 Sep 2015 18:55:22 +0200 Subject: [PATCH] (Vita) Add -U__ARM_NEON__ to disable NEON (temporary fix) --- Makefile.griffin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.griffin b/Makefile.griffin index f949327859..ffdc147432 100644 --- a/Makefile.griffin +++ b/Makefile.griffin @@ -202,7 +202,7 @@ else ifeq ($(platform), vita) EXT_TARGET := $(TARGET_NAME)_$(platform).velf EXT_INTER_TARGET := $(TARGET_NAME)_$(platform).elf MACHDEP := -DVITA - PLATCFLAGS := -O3 + PLATCFLAGS := -O3 -U__ARM_NEON__ LIBS += -lSceKernel_stub -lSceDisplay_stub -lSceGxm_stub -lSceNet_stub \ -lSceSysmodule_stub -lSceCtrl_stub -lSceAudio_stub \ -lScePower_stub -lSceRtc_stub -lz -lm -lc