Index: Makefile |
diff --git a/Makefile b/Makefile |
index 9c170f6a861e873b576e88a3820e55f5d1b64bda..8ba931e87f767d7e449e08d48bd349bd476d6678 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -220,7 +220,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 arm arm64 mips mipsel x87 |
+ARCHES = ia32 x64 x32 arm arm64 mips mipsel x87 |
DEFAULT_ARCHES = ia32 x64 arm |
MODES = release debug optdebug |
DEFAULT_MODES = release debug |