| Index: sdk/bin/dart
|
| diff --git a/sdk/bin/dart b/sdk/bin/dart
|
| index 7dd1e92f9aa796c9734023482d87265ad0d4dde7..f50184bf44dc9178c0d6c98a78f1884008f84233 100755
|
| --- a/sdk/bin/dart
|
| +++ b/sdk/bin/dart
|
| @@ -30,8 +30,8 @@ then
|
| DIRS=$( ls "$OUT_DIR" )
|
| # list of possible configurations in decreasing desirability
|
| CONFIGS=("ReleaseX64" "ReleaseIA32" "DebugX64" "DebugIA32"
|
| - "ReleaseARM" "ReleaseARM64" "ReleaseARMV5TE" "ReleaseMIPS"
|
| - "DebugARM" "DebugARM64" "DebugARMV5TE" "DebugMIPS")
|
| + "ReleaseARM" "ReleaseARM64" "ReleaseARMV5TE"
|
| + "DebugARM" "DebugARM64" "DebugARMV5TE")
|
| DART_CONFIGURATION="None"
|
| for CONFIG in ${CONFIGS[*]}
|
| do
|
|
|