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/dosfstools/host.bash

16 lines
220 B
Bash
Raw Normal View History

2015-02-08 20:53:36 +00:00
source $pkg_common
2013-07-13 17:19:22 +01:00
build()
{
CC="$cmd_host_cc" \
$cmd_make \
PREFIX="$cfg_dir_toolchain"
}
host_install()
{
CC="$cmd_host_cc" \
$cmd_make \
PREFIX="$cfg_dir_toolchain" install
}