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