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:
@@ -102,13 +102,13 @@ switch $(TARGET_CPU) {
|
|||||||
} else {
|
} else {
|
||||||
OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ;
|
OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ;
|
||||||
}
|
}
|
||||||
DEFINES += __POWERPC__ ;
|
DEFINES += __POWERPC__ ARCH_ppc ;
|
||||||
OBOS_BOOT_PLATFORM = openfirmware ;
|
OBOS_BOOT_PLATFORM = openfirmware ;
|
||||||
}
|
}
|
||||||
case x86 :
|
case x86 :
|
||||||
{
|
{
|
||||||
# nothing special to do here...
|
# nothing special to do here...
|
||||||
DEFINES += __INTEL__ ;
|
DEFINES += __INTEL__ ARCH_x86 ;
|
||||||
OBOS_BOOT_PLATFORM = bios_ia32 ;
|
OBOS_BOOT_PLATFORM = bios_ia32 ;
|
||||||
}
|
}
|
||||||
case * :
|
case * :
|
||||||
|
|||||||
Reference in New Issue
Block a user