Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: tools/utils.py

Issue 14404012: Change deprecated comments that still talk about SCons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/version.cc ('K') | « tools/js2c.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/utils.py
diff --git a/tools/utils.py b/tools/utils.py
index 232314cdee10769ee0e2b7b274150245e5776f51..dba715cda24d1af5b1113a5812d2dc3075c82bfd 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -68,8 +68,8 @@ def GuessOS():
# This will default to building the 32 bit VM even on machines that are capable
-# of running the 64 bit VM. Use the scons option --arch=x64 to force it to build
-# the 64 bit VM.
+# of running the 64 bit VM. Use the v8_target_arch=x64 GYP define to force it
Jakob Kummerow 2013/04/22 17:30:15 This entire file (utils.py) isn't used anymore. Lo
Michael Starzinger 2013/04/23 08:41:16 Done.
+# to build the 64 bit VM.
def GuessArchitecture():
id = platform.machine()
id = id.lower() # Windows 7 capitalizes 'AMD64'.
« src/version.cc ('K') | « tools/js2c.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698