From 1fcad51c59624addb2465764f312fda448369a7a Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Fri, 20 Apr 2018 15:36:46 +0200 Subject: [PATCH] Actually fix the P96 crash on XU4 (not just Vero) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1ccf1bc..590bfcfa 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ USE_SDL2 = 1 else ifeq ($(PLATFORM),xu4) USE_SDL2 = 1 CPU_FLAGS += -march=armv7ve -mcpu=cortex-a15.cortex-a7 -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 - CFLAGS += -DARMV6T2 -DUSE_ARMNEON -DARM_HAS_DIV -DUSE_SDL2 -DMALI_GPU -DUSE_RENDER_THREAD + CFLAGS += -DARMV6T2 -DUSE_ARMNEON -DARM_HAS_DIV -DUSE_SDL2 -DMALI_GPU -DUSE_RENDER_THREAD -DTINKER HAVE_NEON = 1 NAME = amiberry-xu4 ifdef DEBUG