From 77aa1e8a0dddf95d4aafcd57f8718f245ad6aef0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s?= Date: Fri, 27 Jul 2018 20:51:21 -0500 Subject: [PATCH] Update Makefile.libretro --- Makefile.libretro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index c9e27d8d..ed86cc02 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -243,6 +243,9 @@ else ifneq (,$(findstring armv,$(platform))) ifneq (,$(findstring cortexa8,$(platform))) CFLAGS += -marm -mcpu=cortex-a8 ASFLAGS += -mcpu=cortex-a8 + else ifneq (,$(findstring cortexa7,$(platform))) + CFLAGS += -marm -mcpu=cortex-a7 + ASFLAGS += -mcpu=cortex-a7 else ifneq (,$(findstring cortexa9,$(platform))) CFLAGS += -marm -mcpu=cortex-a9 ASFLAGS += -mcpu=cortex-a9 -- 2.39.5