From: John Koleszar Date: Fri, 11 Jun 2010 16:16:36 +0000 (-0400) Subject: platform autodetect: accept amd64 as a synonym for x86_64 X-Git-Tag: v0.9.1~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7c5d80212de672545278564b40e55be0ce1b1b4;p=libvpx platform autodetect: accept amd64 as a synonym for x86_64 Thanks to James Cloos for the tip. Change-Id: If377cc084dd7c16a4f51191a2aa0d83e7117ebec --- diff --git a/build/make/configure.sh b/build/make/configure.sh index a7b7d8084..05e550fb0 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -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*)