From aa19f785d4ae7ecb88424268ef5167adbe5729f4 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 20 May 2004 07:23:18 +0000 Subject: [PATCH] Added the __INTEL__ define in the Jamrules. That way, it's easier to compile on platform different from BeOS (i.e. linux) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7623 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamrules b/Jamrules index c17bc38f94..e97e6c5d89 100644 --- a/Jamrules +++ b/Jamrules @@ -97,6 +97,7 @@ switch $(TARGET_CPU) { case x86 : { # nothing special to do here... + DEFINES += __INTEL__ ; OBOS_BOOT_PLATFORM = bios_ia32 ; } case * :