Update Makefile.libretro
authorAndrés <fr500@users.noreply.github.com>
Sat, 28 Jul 2018 01:51:21 +0000 (20:51 -0500)
committerGitHub <noreply@github.com>
Sat, 28 Jul 2018 01:51:21 +0000 (20:51 -0500)
Makefile.libretro

index c9e27d8..ed86cc0 100644 (file)
@@ -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