define ARCH_ppc for TARGET_CPU ppc, ARCH_x86 for TARGET_CPU x86

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9473 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-10-24 09:08:02 +00:00
parent b560211bcf
commit 894d1636cf

View File

@ -102,13 +102,13 @@ switch $(TARGET_CPU) {
} else {
OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ;
}
DEFINES += __POWERPC__ ;
DEFINES += __POWERPC__ ARCH_ppc ;
OBOS_BOOT_PLATFORM = openfirmware ;
}
case x86 :
{
# nothing special to do here...
DEFINES += __INTEL__ ;
DEFINES += __INTEL__ ARCH_x86 ;
OBOS_BOOT_PLATFORM = bios_ia32 ;
}
case * :