* configure: Pass gcc's host machine string to the jam build system.

* BuildSetup: Set jam variable HOST_PLATFORM_IS_64_BIT and add host define
  HAIKU_HOST_PLATFORM_64_BIT if the host platform is 64 bit. Removed the
  check from BeOSBuildCompatibility.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34211 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-11-24 18:57:49 +00:00
parent 15fe75b9a0
commit a85cf9d793
3 changed files with 14 additions and 5 deletions
-4
View File
@@ -36,10 +36,6 @@ typedef unsigned long haiku_build_addr_t;
#include <sys/types.h>
#include <sys/uio.h>
#ifdef __x86_64__
#define HAIKU_HOST_PLATFORM_64_BIT
#endif
#ifdef __cplusplus
extern "C" {
#endif