Also accept x86_64 as alias for amd64 when checking for cross architecture support.

This commit is contained in:
Daniel Baumann 2008-10-08 20:35:19 +02:00
parent 817f3f8cf6
commit 78ea286335
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Check_crossarchitecture ()
fi
case "${HOST}" in
amd64|i386)
amd64|i386|x86_64)
CROSS="amd64 i386"
;;