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:
parent
5c93058ad7
commit
454b04ca27
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user