aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraliaspider2016-01-19 19:39:03 +0100
committeraliaspider2016-01-19 19:39:03 +0100
commitbb22137d8a5b660777896b1c470d5fc906201b37 (patch)
tree971eb855f118634e5063ebe47d727ecd34f001aa
parentf72db18e0c39a5bf115f493767decc409e10f94a (diff)
parent53919f9e6cefaaeb15225995064a318ca93d3438 (diff)
downloadpcsx_rearmed-bb22137d8a5b660777896b1c470d5fc906201b37.tar.gz
pcsx_rearmed-bb22137d8a5b660777896b1c470d5fc906201b37.tar.bz2
pcsx_rearmed-bb22137d8a5b660777896b1c470d5fc906201b37.zip
Merge pull request #24 from sergiobenrocha2/master
Fix #23, space after USE_DYNAREC bugs it.
-rw-r--r--Makefile.libretro4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index d4b3829..ee1449e 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