mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v.ast: rename aarch64 to arm64 and aarch32 to arm32
This commit is contained in:
parent
6750ed254f
commit
9a3869c521
11 changed files with 42 additions and 39 deletions
2
Makefile
2
Makefile
|
@ -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)),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue