From: sergiobenrocha2 Date: Tue, 19 Jan 2016 18:36:26 +0000 (-0200) Subject: Fix #23, space after USE_DYNAREC bugs it. X-Git-Tag: r24l~861^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53919f9e6cefaaeb15225995064a318ca93d3438;p=pcsx_rearmed.git Fix #23, space after USE_DYNAREC bugs it. --- diff --git a/Makefile.libretro b/Makefile.libretro index d4b3829d..ee1449ec 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -196,7 +196,7 @@ else ifeq ($(platform), qnx) else ifneq (,$(findstring armv,$(platform))) TARGET := $(TARGET_NAME)_libretro.so SHARED := -shared -Wl,--no-undefined - fpic := -fPIC + fpic := -fPIC DRC_CACHE_BASE = 0 ifneq (,$(findstring cortexa8,$(platform))) CFLAGS += -marm -mcpu=cortex-a8 @@ -220,7 +220,7 @@ else ifneq (,$(findstring armv,$(platform))) ASFLAGS += -mfloat-abi=hard endif ARCH = arm - USE_DYNAREC = 1 + USE_DYNAREC = 1 # Windows else