From 174f45d4734a85b3d96c35a554409f096849ece4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 25 Mar 2013 06:53:24 +0100 Subject: [PATCH] (Blackberry) Define CC and AR in Makefile - so we can compile from the commandline --- Makefile.libretro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index 24248221..c062048e 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -78,6 +78,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 -- 2.39.2