'?=' keeps the previous assignment, which is probably not what was
intended.
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
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