Index: Makefile |
diff --git a/Makefile b/Makefile |
index 761b6fcb50cf703812d58abb6532054b24e974e5..28c1af2e07f498fe6bd2c3d59a30335ce500d430 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -244,7 +244,7 @@ endif |
# Architectures and modes to be compiled. Consider these to be internal |
# variables, don't override them (use the targets instead). |
-ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 ppc ppc64 |
+ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64 mips64el x87 ppc ppc64 |
DEFAULT_ARCHES = ia32 x64 arm |
MODES = release debug optdebug |
DEFAULT_MODES = release debug |