summaryrefslogtreecommitdiff
path: root/revdep/elf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'revdep/elf.cpp')
-rw-r--r--revdep/elf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/revdep/elf.cpp b/revdep/elf.cpp
index 6335714..89eddcb 100644
--- a/revdep/elf.cpp
+++ b/revdep/elf.cpp
@@ -58,6 +58,8 @@ static bool isValidElf(Elf *elf, int &machine) {
case EM_X86_64: break;
#elif defined(__arm__)
case EM_ARM: break;
+#elif defined(__aarch64__)
+ case EM_AARCH64: break;
#else
#error "unsupported architecture"
#endif

Generated by cgit