Revision: 10233
Author:   [email protected]
Date:     Mon Dec 12 00:19:30 2011
Log:      Enable mips in the test wrapper for gyp.

Review URL: http://codereview.chromium.org/8919002
http://code.google.com/p/v8/source/detail?r=10233

Modified:
 /branches/bleeding_edge/tools/test-wrapper-gypbuild.py

=======================================
--- /branches/bleeding_edge/tools/test-wrapper-gypbuild.py Tue Sep 27 05:12:25 2011 +++ /branches/bleeding_edge/tools/test-wrapper-gypbuild.py Mon Dec 12 00:19:30 2011
@@ -146,7 +146,7 @@
       print "Unknown mode %s" % mode
       return False
   for arch in options.arch:
-    if not arch in ['ia32', 'x64', 'arm']:
+    if not arch in ['ia32', 'x64', 'arm', 'mips']:
       print "Unknown architecture %s" % arch
       return False

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to