aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2013-03-25 06:53:24 +0100
committertwinaphex2013-03-25 06:53:24 +0100
commit269fec1f8125d51bf482b8e6052e53e0ba8c25e7 (patch)
tree38874aa5dd0702723b896cee36e295c8a18085a0
parentbcb982d5c38b25451598e9f00844a11bcd73ac74 (diff)
downloadpcsx_rearmed-269fec1f8125d51bf482b8e6052e53e0ba8c25e7.tar.gz
pcsx_rearmed-269fec1f8125d51bf482b8e6052e53e0ba8c25e7.tar.bz2
pcsx_rearmed-269fec1f8125d51bf482b8e6052e53e0ba8c25e7.zip
(Blackberry) Define CC and AR in Makefile - so we can compile from the
commandline
-rw-r--r--Makefile.libretro2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index bb07fc3..4ec6212 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -79,6 +79,8 @@ else ifeq ($(platform), wii)
CFLAGS += -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float -DBLARGG_BIG_ENDIAN=1 -D__ppc__
else ifeq ($(platform), qnx)
TARGET := libretro_pcsx_rearmed_qnx.so
+ CC = qcc -Vgcc_ntoarmv7le
+ AR = qcc -Vgcc_ntoarmv7le
HAVE_NEON = 1
USE_DYNAREC = 1
DRC_CACHE_BASE = 0