| Index: sdk/bin/dart
|
| diff --git a/sdk/bin/dart b/sdk/bin/dart
|
| index 3de8c25701db70fc2b3fc2c68d2624e80d4f7b2d..999034c7a49b842eab7e91fe4c4104c2c42474cf 100755
|
| --- a/sdk/bin/dart
|
| +++ b/sdk/bin/dart
|
| @@ -29,7 +29,7 @@ if [ -z "$DART_CONFIGURATION" ];
|
| then
|
| DIRS=$( ls "$OUT_DIR" )
|
| # list of possible configurations in decreasing desirability
|
| - CONFIGS=("ReleaseIA32" "ReleaseX64" "DebugIA32" "DebugX64"
|
| + CONFIGS=("ReleaseX64" "ReleaseIA32" "DebugX64" "DebugIA32"
|
| "ReleaseARM" "ReleaseARM64" "ReleaseARMV5TE" "ReleaseMIPS"
|
| "DebugARM" "DebugARM64" "DebugARMV5TE" "DebugMIPS")
|
| DART_CONFIGURATION="None"
|
|
|