Chromium Code Reviews| Index: host/cros_choose_profile |
| diff --git a/host/cros_choose_profile b/host/cros_choose_profile |
| index 039752449a543fc34b26de14a7bc81a20fd6f04f..be433be9d4ab21432c5d727dfc6a4aa292454dff 100755 |
| --- a/host/cros_choose_profile |
| +++ b/host/cros_choose_profile |
| @@ -85,6 +85,9 @@ case "${TC_ARCH}" in |
| *86) |
| ARCH="x86" |
| ;; |
| + x86_64) |
| + ARCH="amd64" |
| + ;; |
| *) |
| error "Unable to determine ARCH from toolchain: ${BOARD_VARIANT}" |
| exit 1 |