aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbparker062018-07-27 22:52:46 -0400
committerGitHub2018-07-27 22:52:46 -0400
commit1b86cbc6f86d4b1537d00e074b75438a1e43e6f4 (patch)
tree091d68070f9be7b2825159d6aa5cefa4c08bf46f
parent301b0ab6d00607a3329a65058a499e14f6e8002c (diff)
parent17d0c85faeebaa34037445f5d0f80072c98dc915 (diff)
downloadpcsx_rearmed-1b86cbc6f86d4b1537d00e074b75438a1e43e6f4.tar.gz
pcsx_rearmed-1b86cbc6f86d4b1537d00e074b75438a1e43e6f4.tar.bz2
pcsx_rearmed-1b86cbc6f86d4b1537d00e074b75438a1e43e6f4.zip
Merge pull request #186 from fr500/patch-3
Update Makefile.libretro
-rw-r--r--Makefile.libretro1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index ed86cc0..0544aab 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -246,6 +246,7 @@ else ifneq (,$(findstring armv,$(platform)))
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