X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=0544aabf2160326e410c3ff0793467b1c0caf9ce;hb=1b86cbc6f86d4b1537d00e074b75438a1e43e6f4;hp=c9e27d8d07a7eb596b64e58585a9f059662d027e;hpb=2085a86501e4c4aadd36deb935d41ff5eeec706f;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index c9e27d8d..0544aabf 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -243,6 +243,10 @@ 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 + LIBZ := else ifneq (,$(findstring cortexa9,$(platform))) CFLAGS += -marm -mcpu=cortex-a9 ASFLAGS += -mcpu=cortex-a9