libroot/posix/stdio: Remove unused portions.
[haiku.git] / build / jam / packages / HaikuLoader
blob31298459a7f18e9dd3158a4da3cf2b3c039e3dbe
1 local haikuLoaderPackage = haiku_loader.hpkg ;
2 HaikuPackage $(haikuLoaderPackage) ;
5 # boot loader
6 AddFilesToPackage : haiku_loader ;
9 # Force no compression, so the stage one loader can directly execute the boot
10 # loader.
11 HAIKU_PACKAGE_COMPRESSION_LEVEL on $(haikuLoaderPackage) = 0 ;
13 BuildHaikuPackage $(haikuLoaderPackage) : haiku_loader ;