Renamed OBOS_BOOT_LIB to OBOS_BOOT_PLATFORM
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3647 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7b0daf5cca
commit
e29d853358
4
Jamrules
4
Jamrules
@ -71,12 +71,12 @@ switch $(TARGET_CPU) {
|
||||
OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ;
|
||||
}
|
||||
DEFINES += __POWERPC__ ;
|
||||
OBOS_BOOT_LIB = openfirmware ;
|
||||
OBOS_BOOT_PLATFORM = openfirmware ;
|
||||
}
|
||||
case x86 :
|
||||
{
|
||||
# nothing special to do here...
|
||||
OBOS_BOOT_LIB = bios_ia32 ;
|
||||
OBOS_BOOT_PLATFORM = bios_ia32 ;
|
||||
}
|
||||
case * :
|
||||
Exit "Currently unsupported build platform:" $(TARGET_CPU) ;
|
||||
|
Loading…
Reference in New Issue
Block a user