make: create symlink gmake->make.

This commit is contained in:
Renato Caldas 2015-04-07 13:46:58 +01:00
parent ac1ee7efd9
commit 67d24b316f
1 changed files with 1 additions and 0 deletions

View File

@ -34,4 +34,5 @@ build()
host_install()
{
$cmd_make install
cd "$cfg_dir_toolchain/bin" && ln -s make gmake
}