From: twinaphex Date: Mon, 25 Mar 2013 05:53:24 +0000 (+0100) Subject: (Blackberry) Define CC and AR in Makefile - so we can compile from the X-Git-Tag: r20~98 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=174f45d4734a85b3d96c35a554409f096849ece4 (Blackberry) Define CC and AR in Makefile - so we can compile from the commandline --- 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