make: create symlink gmake->make.

This commit is contained in:
Renato Caldas
2015-04-07 13:46:58 +01:00
parent 97d1c610c8
commit 8e4a5e8fd6

View File

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