configure: Recognise host starting in 'amd64'.
This commit is contained in:
parent
9d0ebc13ac
commit
aec36fe2d5
|
@ -4864,7 +4864,7 @@ case $host in
|
||||||
fi
|
fi
|
||||||
with_fontconfig=${with_fontconfig:-no}
|
with_fontconfig=${with_fontconfig:-no}
|
||||||
;;
|
;;
|
||||||
x86_64*)
|
x86_64*|amd64*)
|
||||||
if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
|
if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
|
||||||
then
|
then
|
||||||
CC="$CC -m32"
|
CC="$CC -m32"
|
||||||
|
|
|
@ -143,7 +143,7 @@ case $host in
|
||||||
fi
|
fi
|
||||||
with_fontconfig=${with_fontconfig:-no}
|
with_fontconfig=${with_fontconfig:-no}
|
||||||
;;
|
;;
|
||||||
x86_64*)
|
x86_64*|amd64*)
|
||||||
if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
|
if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
|
||||||
then
|
then
|
||||||
CC="$CC -m32"
|
CC="$CC -m32"
|
||||||
|
|
Loading…
Reference in New Issue