From: notaz Date: Thu, 14 Jul 2022 22:33:46 +0000 (+0300) Subject: make: make the assignment work X-Git-Tag: r24l~448 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=cd4f7c6e48477dc715f15838a8ac3b61f41f2167;p=pcsx_rearmed.git make: make the assignment work '?=' keeps the previous assignment, which is probably not what was intended. --- 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