summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2014-12-22 06:52:09 +0100
committertwinaphex2014-12-22 06:52:09 +0100
commitee3a885f7c4fbf72a348273bcec409cf219d5050 (patch)
treeefad43879a56f3f0f0f57de9e86c814474deb61e
parent360f958f8d995b2c89c317f122db3b46965a1e03 (diff)
downloadpicogpsp-ee3a885f7c4fbf72a348273bcec409cf219d5050.tar.gz
picogpsp-ee3a885f7c4fbf72a348273bcec409cf219d5050.tar.bz2
picogpsp-ee3a885f7c4fbf72a348273bcec409cf219d5050.zip
Make QNX target work with dynarec, etc.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1deb6a2..428fd25 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,9 @@ else ifeq ($(platform), qnx)
CC = qcc -Vgcc_ntoarmv7le
AR = qcc -Vgcc_ntoarmv7le
- CFLAGS += -D__BLACKBERRY_QNX__
+ CFLAGS += -D__BLACKBERRY_QNX_
+ HAVE_DYNAREC := 1
+ CFLAGS += -DARM -DARM_ARCH -DARM_MEMORY_DYNAREC
# PS3
else ifeq ($(platform), ps3)