Index: Makefile |
=================================================================== |
--- Makefile (revision 15486) |
+++ Makefile (working copy) |
@@ -203,8 +203,8 @@ |
# 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 |
-DEFAULT_ARCHES = ia32 x64 arm |
+ARCHES = ia32 x64 x32 arm mipsel |
+DEFAULT_ARCHES = ia32 x64 x32 arm |
danno
2013/07/17 13:33:21
Since we don't officially support x32 as a core V8
|
MODES = release debug |
ANDROID_ARCHES = android_ia32 android_arm android_mipsel |
NACL_ARCHES = nacl_ia32 nacl_x64 |