Force 64bit for i686-apple-darwin10 (OSX), since it seems to fool everyone about it being still 32bit (well the kernel maybe but not the rest). This makes the build go further along on OSX 10.6.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34522 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-12-06 14:22:44 +00:00
parent b8ec67f491
commit 4dc69971bc
+2
View File
@@ -487,6 +487,8 @@ if $(HAIKU_HOST_USE_32BIT) = 1 {
} else {
switch $(HOST_GCC_MACHINE) {
case x86_64-* : HOST_PLATFORM_IS_64_BIT = 1 ;
case i686-apple-darwin10 :
HOST_PLATFORM_IS_64_BIT = 1 ;
}
}