From: Hugo Hromic Date: Thu, 21 Mar 2019 11:12:32 +0000 (+0000) Subject: Do not leave HAVE_NEON unset in armv platform check X-Git-Tag: r24l~743^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cf8d379907700d6c355fb80d66361dfa7669515;p=pcsx_rearmed.git Do not leave HAVE_NEON unset in armv platform check * Default to `HAVE_NEON=0` until the `platform` is checked for `neon` * Fixes build with `platform=armv` alone (no NEON requested) in a NEON device where the autodetection using `$(CC) -E -dD` will enable it --- diff --git a/Makefile.libretro b/Makefile.libretro index 8899ed77..3034cdf8 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -285,7 +285,9 @@ else ifeq ($(platform), classic_armv7_a7) else ifneq (,$(findstring armv,$(platform))) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC + HAVE_NEON = 0 DRC_CACHE_BASE = 0 + BUILTIN_GPU = peops ifneq (,$(findstring cortexa8,$(platform))) CFLAGS += -marm -mcpu=cortex-a8 ASFLAGS += -mcpu=cortex-a8