Revert "haiku_loader.hpkg: Add each compiled boot target"
This reverts commit 349326db27.
Makes the system unbootable on my gcc2 BIOS machine.
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
local haikuLoaderPackage = haiku_loader.hpkg ;
|
local haikuLoaderPackage = haiku_loader.hpkg ;
|
||||||
HaikuPackage $(haikuLoaderPackage) ;
|
HaikuPackage $(haikuLoaderPackage) ;
|
||||||
|
|
||||||
# Add compiled boot loaders for architecture
|
|
||||||
# NOTE: bios_ia32 *MUST* be first on x86 in the hpkg for the MBR loader.
|
# boot loader
|
||||||
# It currently is based on name (b before e)
|
AddFilesToPackage : haiku_loader.$(HAIKU_KERNEL_PLATFORM) ;
|
||||||
local bootTarget ;
|
|
||||||
for bootTarget in $(HAIKU_BOOT_TARGETS) {
|
|
||||||
AddFilesToPackage : haiku_loader.$(bootTarget) ;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Force no compression, so the stage one loader can directly execute the boot
|
# Force no compression, so the stage one loader can directly execute the boot
|
||||||
# loader.
|
# loader.
|
||||||
|
|||||||
Reference in New Issue
Block a user