Reviewers: Søren Gjesse,

Message:
I'm having build problems due to unrecognized amd64 arch

Description:
Add amd64 to GuessArchitecture

Please review this at http://codereview.chromium.org/1707013/show

Affected files:
  M tools/utils.py


Index: tools/utils.py
diff --git a/tools/utils.py b/tools/utils.py
index 435c12dee6c52adb599e5e3cd8744a483563db61..3a55722e66d7eaae3b69c015ae65142ae0a1acda 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -71,6 +71,8 @@ def GuessArchitecture():
     return 'ia32'
   elif id == 'i86pc':
     return 'ia32'
+  elif id == 'amd64':
+    return 'ia32'
   else:
     return None



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

Reply via email to