Reviewers: Jakob,

Message:
PTAL.

Description:
Enable mips in the test wrapper for gyp.


Please review this at http://codereview.chromium.org/8919002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M tools/test-wrapper-gypbuild.py


Index: tools/test-wrapper-gypbuild.py
diff --git a/tools/test-wrapper-gypbuild.py b/tools/test-wrapper-gypbuild.py
index a990b7ee59831045c4b88f627397a25d3605ad72..e9984d76c1f0b1f711a7a0c609156f8f4a8fec38 100755
--- a/tools/test-wrapper-gypbuild.py
+++ b/tools/test-wrapper-gypbuild.py
@@ -146,7 +146,7 @@ def ProcessOptions(options):
       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