HaikuConfig: Change _BEOS_COMPATIBLE_TYPES to only be defined on i386.

Hopefully soon we will have our first 32-bit non-x86 architectures.
No functional change for x86 32- and 64-bit intended.
This commit is contained in:
Augustin Cavalier 2019-03-30 16:57:05 -04:00
parent 5c93058ad7
commit 454b04ca27
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@
#endif
/* BeOS R5 compatible types */
#ifndef __HAIKU_ARCH_64_BIT
/*#ifdef __HAIKU_ARCH_X86*/
#if defined(__HAIKU_ARCH_X86)
/* TODO: This should be "#ifdef __HAIKU_BEOS_COMPATIBLE", but this will
break all gcc 4 C++ optional packages. I.e. switch that at a suitable
time.