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

Unified Diff: tools/testing/dart/compiler_configuration.dart

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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 | « tools/sdks/README ('k') | tools/testing/dart/configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/compiler_configuration.dart
diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
index 4cfdbb933f0de7cbc6ccdbd4c657e8540ff32fc7..7f00973ed2c3c27f9ebc59812e0e88e930489655 100644
--- a/tools/testing/dart/compiler_configuration.dart
+++ b/tools/testing/dart/compiler_configuration.dart
@@ -722,16 +722,10 @@ class PrecompilerCompilerConfiguration extends CompilerConfiguration {
break;
case Architecture.ia32:
case Architecture.simarm:
- case Architecture.simmips:
- ccFlags = "-m32";
- break;
case Architecture.arm:
case Architecture.arm64:
ccFlags = null;
break;
- case Architecture.mips:
- ccFlags = "-EL";
- break;
default:
throw "Architecture not supported: ${arch.name}";
}
« no previous file with comments | « tools/sdks/README ('k') | tools/testing/dart/configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698