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

Unified Diff: host/cros_choose_profile

Issue 6849001: adding x86_64 to TC_ARCH (Closed) Base URL: ssh://gitrw.chromium.org:9222/dev-util.git@master
Patch Set: Created 9 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698