X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=33e8708484cda52fa83c2e345b9aa7d29e472353;hb=cd4f7c6e48477dc715f15838a8ac3b61f41f2167;hp=3edda6489b5799b91cabca9117ea3080259a85e2;hpb=a093e81fbfc1c588b091656844b26684ec3dc01d;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 3edda648..33e87084 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -72,7 +72,7 @@ else ifneq (,$(findstring CortexA73_G12B,$(platform))) fpic := -fPIC SHARED := -shared -Wl,-version-script=link.T ARCH = arm64 - DYNAREC ?= ari64 + DYNAREC = ari64 CFLAGS += -fomit-frame-pointer -ffast-math -DARM CPUFLAGS += -march=armv8-a+crc -mfpu=neon-fp-armv8 -mcpu=cortex-a73 -mtune=cortex-a73.cortex-a53 @@ -82,7 +82,7 @@ else ifneq (,$(findstring h5,$(platform))) fpic := -fPIC SHARED := -shared -Wl,-version-script=link.T ARCH = arm64 - DYNAREC ?= ari64 + DYNAREC = ari64 CFLAGS += -fomit-frame-pointer -ffast-math -DARM CPUFLAGS += -march=armv8-a+crc -mfpu=neon-fp-armv8 -mcpu=cortex-a53 -mtune=cortex-a53