configure: __x86_64__ is set automatically by the compiler

if we let configure add this when it (erroneously) detects amd64
(due to a 32bit-crosscompiler build on a 64 bit kernel), we break
the 32bit build.
This commit is contained in:
rofl0r 2014-01-30 23:53:04 +01:00
parent fbfef8385c
commit c0376a8f52

View File

@ -1870,7 +1870,6 @@ is_64bit=no
AC_MSG_CHECKING([whether CPU is 64bit])
if [[ "$HOST_CPU" = amd64 ]]; then
is_64bit=yes
UAE_DEFINES="$UAE_DEFINES -D__x86_64__"
fi
AC_MSG_RESULT([$is_64bit])