mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-23 07:49:45 +00:00
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:
parent
fbfef8385c
commit
c0376a8f52
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user