This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/syslinux/host.bash

11 lines
277 B
Bash
Raw Normal View History

source $pkg_common
2013-07-13 17:19:22 +01:00
host_install()
{
$cmd_make_single clean &&
$cmd_make_single CC="$cmd_target_cc" &&
cp -d bios/extlinux/extlinux ${cfg_dir_toolchain}/bin &&
2013-07-13 17:19:22 +01:00
mkdir -p ${cfg_dir_toolchain}/boot &&
cp -d bios/mbr/mbr.bin ${cfg_dir_toolchain}/boot/mbr.bin
2013-07-13 17:19:22 +01:00
}