Commit b7c5d802 authored by John Koleszar's avatar John Koleszar
Browse files

platform autodetect: accept amd64 as a synonym for x86_64

Thanks to James Cloos <cloos at jhcloos dot com> for the tip.

Change-Id: If377cc084dd7c16a4f51191a2aa0d83e7117ebec
parent 63ea8705
Branches
Tags
No related merge requests found
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*)
......
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