projects
/
profile
/
ivi
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ea870
)
platform autodetect: accept amd64 as a synonym for x86_64
author
John Koleszar
<jkoleszar@google.com>
Fri, 11 Jun 2010 16:16:36 +0000
(12:16 -0400)
committer
John Koleszar
<jkoleszar@google.com>
Fri, 11 Jun 2010 16:16:45 +0000
(12:16 -0400)
Thanks to James Cloos <cloos at jhcloos dot com> for the tip.
Change-Id: If377cc084dd7c16a4f51191a2aa0d83e7117ebec
build/make/configure.sh
patch
|
blob
|
history
diff --git
a/build/make/configure.sh
b/build/make/configure.sh
index
a7b7d80
..
05e550f
100755
(executable)
--- 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*)