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
This commit is contained in:
Stefano Ceccherini 2004-05-20 07:23:18 +00:00
parent 43404a847e
commit aa19f785d4

View File

@ -97,6 +97,7 @@ switch $(TARGET_CPU) {
case x86 :
{
# nothing special to do here...
DEFINES += __INTEL__ ;
OBOS_BOOT_PLATFORM = bios_ia32 ;
}
case * :