X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=ee1449ec68e52356f7f0b7533a929c45144291a3;hb=53919f9e6cefaaeb15225995064a318ca93d3438;hp=d4b3829de61fa77b28b1263d9eaab6ebacf2ddd5;hpb=f72db18e0c39a5bf115f493767decc409e10f94a;p=pcsx_rearmed.git 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