notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301b0ab
)
Update Makefile.libretro
author
Andrés
<fr500@users.noreply.github.com>
Sat, 28 Jul 2018 02:50:59 +0000
(21:50 -0500)
committer
GitHub
<noreply@github.com>
Sat, 28 Jul 2018 02:50:59 +0000
(21:50 -0500)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
ed86cc0
..
0544aab
100644
(file)
--- 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