From 67d24b316f098dac6ec5f50ec6f55ee4506f1378 Mon Sep 17 00:00:00 2001 From: Renato Caldas Date: Tue, 7 Apr 2015 13:46:58 +0100 Subject: [PATCH] make: create symlink gmake->make. --- rules/make/host.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/make/host.bash b/rules/make/host.bash index b4afe15..3c9d456 100644 --- a/rules/make/host.bash +++ b/rules/make/host.bash @@ -34,4 +34,5 @@ build() host_install() { $cmd_make install + cd "$cfg_dir_toolchain/bin" && ln -s make gmake }