v.ast: rename aarch64 to arm64 and aarch32 to arm32

This commit is contained in:
pancake 2021-04-26 18:01:42 +02:00 committed by Delyan Angelov
parent 6750ed254f
commit 9a3869c521
11 changed files with 42 additions and 39 deletions

View file

@ -60,7 +60,7 @@ else
ifneq ($(filter x86%,$(TCCARCH)),)
TCCARCH := i386
else
ifeq ($(TCCARCH),aarch64)
ifeq ($(TCCARCH),arm64)
TCCARCH := arm64
else
ifneq ($(filter arm%,$(TCCARCH)),)