Commit 55d86c48 authored by John Koleszar's avatar John Koleszar Committed by Code Review
Browse files

Merge "platform autodetect: accept amd64 as a synonym for x86_64"

Showing with 1 addition and 1 deletion
...@@ -501,7 +501,7 @@ process_common_toolchain() { ...@@ -501,7 +501,7 @@ process_common_toolchain() {
# detect tgt_isa # detect tgt_isa
case "$gcctarget" in case "$gcctarget" in
*x86_64*) *x86_64*|*amd64*)
tgt_isa=x86_64 tgt_isa=x86_64
;; ;;
*i[3456]86*) *i[3456]86*)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment