| 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}";
|
| }
|
|
|