Make QNX target work with dynarec, etc.

This commit is contained in:
twinaphex 2014-12-22 06:52:09 +01:00
parent 360f958f8d
commit ee3a885f7c
1 changed files with 3 additions and 1 deletions

View File

@ -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)