aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorhizzlekizzle2018-07-27 20:55:14 -0500
committerGitHub2018-07-27 20:55:14 -0500
commit301b0ab6d00607a3329a65058a499e14f6e8002c (patch)
tree43bbc8eb85a08347e9b772169584e678609bad6e /Makefile.libretro
parent71245736b067901d7202cc5825350608fc7de3bb (diff)
parent77aa1e8a0dddf95d4aafcd57f8718f245ad6aef0 (diff)
downloadpcsx_rearmed-301b0ab6d00607a3329a65058a499e14f6e8002c.tar.gz
pcsx_rearmed-301b0ab6d00607a3329a65058a499e14f6e8002c.tar.bz2
pcsx_rearmed-301b0ab6d00607a3329a65058a499e14f6e8002c.zip
Merge pull request #185 from fr500/patch-2
Update Makefile.libretro
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index c9e27d8..ed86cc0 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