summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-06-11 12:16:36 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-06-11 12:16:45 -0400
commitb7c5d80212de672545278564b40e55be0ce1b1b4 (patch)
treec1039b7b8631e54a716f624d3cf9382bc5ab9bbc /build/make
parent63ea8705eb0b4609b1c87968817d18421f051641 (diff)
downloadlibvpx-b7c5d80212de672545278564b40e55be0ce1b1b4.tar.gz
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
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
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*)