From b20286c41c5afb795b9d5d13359633538be05774 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 25 Nov 2009 09:44:38 +0000 Subject: [PATCH] For the time being go with BeOS compatible types for all but 64 bit architectures. Fixes the PPC build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34235 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/config/HaikuConfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/config/HaikuConfig.h b/headers/config/HaikuConfig.h index 0453c0a99a..8d405bba6c 100644 --- a/headers/config/HaikuConfig.h +++ b/headers/config/HaikuConfig.h @@ -59,7 +59,8 @@ #endif /* BeOS R5 compatible types */ -#ifdef __HAIKU_ARCH_X86 +#ifndef __HAIKU_ARCH_64_BIT +/*#ifdef __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.