Index: Makefile |
diff --git a/Makefile b/Makefile |
index 2f47fa9a88597a76bfc0a45da6e181a333f82f4b..734d06940b4618c57c460bfa7e5db94411669130 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -223,11 +223,11 @@ endif |
# Architectures and modes to be compiled. Consider these to be internal |
# variables, don't override them (use the targets instead). |
-ARCHES = ia32 x64 arm mipsel |
+ARCHES = ia32 x64 arm a64 mipsel |
DEFAULT_ARCHES = ia32 x64 arm |
MODES = release debug optdebug |
DEFAULT_MODES = release debug |
-ANDROID_ARCHES = android_ia32 android_arm android_mipsel |
+ANDROID_ARCHES = android_ia32 android_arm android_a64 android_mipsel |
NACL_ARCHES = nacl_ia32 nacl_x64 |
# List of files that trigger Makefile regeneration: |