BuildSetup: Don't define __x86_64__, GCC/Clang do this automatically.

This commit is contained in:
Augustin Cavalier 2018-11-10 14:52:07 -05:00
parent d8b0a13568
commit 1801b9565c
1 changed files with 0 additions and 2 deletions

View File

@ -478,8 +478,6 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
# build platform we need to make sure, this is also defined.
if $(HOST_CPU) = x86 {
HOST_DEFINES += __INTEL__ ;
} else if $(HOST_CPU) = x86_64 {
HOST_DEFINES += __x86_64__ ;
} else if $(HOST_CPU) = ppc {
HOST_DEFINES += __POWERPC__ ;
} else if $(HOST_CPU) = m68k {