From b7c5d80212de672545278564b40e55be0ce1b1b4 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Fri, 11 Jun 2010 12:16:36 -0400 Subject: [PATCH] platform autodetect: accept amd64 as a synonym for x86_64 Thanks to James Cloos for the tip. Change-Id: If377cc084dd7c16a4f51191a2aa0d83e7117ebec --- build/make/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index a7b7d80..05e550f 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*) -- 2.7.4