Commit 9a3fdffe authored by David Naylor's avatar David Naylor Committed by Alexandre Julliard

configure: Explicitly set host_cpu for 'amd64'.

parent aec36fe2
...@@ -4924,6 +4924,7 @@ $as_echo "no" >&6; } ...@@ -4924,6 +4924,7 @@ $as_echo "no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi fi
host_cpu="x86_64"
TARGETFLAGS="-m64" TARGETFLAGS="-m64"
fi fi
......
...@@ -165,6 +165,7 @@ case $host in ...@@ -165,6 +165,7 @@ case $host in
[AC_MSG_RESULT([no]) [AC_MSG_RESULT([no])
AC_MSG_ERROR([You need gcc >= 4.4 to build Wine as 64-bit.])]) AC_MSG_ERROR([You need gcc >= 4.4 to build Wine as 64-bit.])])
fi fi
host_cpu="x86_64"
AC_SUBST(TARGETFLAGS,"-m64") AC_SUBST(TARGETFLAGS,"-m64")
fi fi
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment