configure: Explicitly set host_cpu for 'amd64'.

This commit is contained in:
David Naylor 2015-03-22 20:21:04 +02:00 committed by Alexandre Julliard
parent aec36fe2d5
commit 9a3fdffe9d
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -4924,6 +4924,7 @@ $as_echo "no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
host_cpu="x86_64"
TARGETFLAGS="-m64"
fi

View File

@ -165,6 +165,7 @@ case $host in
[AC_MSG_RESULT([no])
AC_MSG_ERROR([You need gcc >= 4.4 to build Wine as 64-bit.])])
fi
host_cpu="x86_64"
AC_SUBST(TARGETFLAGS,"-m64")
fi
;;