diff options
author | twinaphex | 2013-03-25 06:53:24 +0100 |
---|---|---|
committer | notaz | 2013-04-01 20:41:07 +0300 |
commit | 174f45d4734a85b3d96c35a554409f096849ece4 (patch) | |
tree | 12867f23b1f2acc908a972fce58fd477c9048f68 /Makefile.libretro | |
parent | 098fa5f57df4e86e4bdf699e626a76b24cd8075b (diff) | |
download | pcsx_rearmed-174f45d4734a85b3d96c35a554409f096849ece4.tar.gz pcsx_rearmed-174f45d4734a85b3d96c35a554409f096849ece4.tar.bz2 pcsx_rearmed-174f45d4734a85b3d96c35a554409f096849ece4.zip |
(Blackberry) Define CC and AR in Makefile - so we can compile from the
commandline
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 2424822..c062048 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 |