summaryrefslogtreecommitdiff
blob: e857b6a1aa2b6a412d5fb96f8eab444ddd23d934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/Makefile b/Makefile
index 0e2636b..ef8f78b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ export SRC_DIR
 
 #
 # Architecture specific options.
-ifneq ($(filter-out x86 arm arm64 ppc64,$(ARCH)),)
+ifneq ($(filter-out x86 arm aarch64 ppc64,$(ARCH)),)
         $(error "The architecture $(ARCH) isn't supported")
 endif
 
@@ -39,7 +39,7 @@ ifeq ($(ARCH),arm)
         SRCARCH		:= arm
 endif
 
-ifeq ($(ARCH),arm64)
+ifeq ($(ARCH),aarch64)
         ARCH		:= aarch64
         SRCARCH		:= aarch64
         VDSO		:= y