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

Unified Diff: tools/build.py

Issue 1949423003: Include DBC in the "all" architecture. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/build.py
diff --git a/tools/build.py b/tools/build.py
index 4b9df2ac4c723cd61e99ff5358789055aef9cfe1..92c05c72f021c8359680da2e7399b92e7f310bb0 100755
--- a/tools/build.py
+++ b/tools/build.py
@@ -88,7 +88,7 @@ def ProcessOsOption(os_name):
def ProcessOptions(options, args):
if options.arch == 'all':
- options.arch = 'ia32,x64,simarm,simmips,simarm64'
+ options.arch = 'ia32,x64,simarm,simarm64,simmips,simdbc'
if options.mode == 'all':
options.mode = 'debug,release,product'
if options.os == 'all':
« no previous file with comments | « no previous file | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698