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
This commit is contained in:
John Koleszar 2010-06-11 12:16:36 -04:00
parent 63ea8705eb
commit b7c5d80212

View File

@ -501,7 +501,7 @@ process_common_toolchain() {
# detect tgt_isa
case "$gcctarget" in
*x86_64*)
*x86_64*|*amd64*)
tgt_isa=x86_64
;;
*i[3456]86*)