blob: bd30bb3f3cd41f54297b5ce1e7a0e1a9a070908d [file] [log] [blame]
diff --git a/nss/coreconf/Linux.mk b/nss/coreconf/Linux.mk
index bb9db41..ee00a09 100644
--- a/nss/coreconf/Linux.mk
+++ b/nss/coreconf/Linux.mk
@@ -77,6 +77,9 @@ else
ifeq ($(OS_TEST),sparc64)
CPU_ARCH = sparc
else
+ifeq ($(OS_TEST), arm64)
+ CPU_ARCH = arm64
+else
ifeq (,$(filter-out arm% sa110,$(OS_TEST)))
CPU_ARCH = arm
else
@@ -100,7 +103,7 @@ endif
endif
endif
endif
-
+endif
ifneq ($(OS_TARGET),Android)
LIBC_TAG = _glibc