rules_mk: don't include wrapped bin with external toolchains
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 3 Jul 2022 00:06:21 +0000 (02:06 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 3 Oct 2022 15:40:26 +0000 (17:40 +0200)
commit18a88668b8ede053919e9ec9b71364cab8e94c57
treebdfe917137f9f715fbdb678838915807f8b182dc
parent29927e347a1b1c256ca39076f23dfc7bbeae798d
rules_mk: don't include wrapped bin with external toolchains

Don't add wrapped bin to the TARGET_PATH as it does cause compilation
error.

cmake.mk will use the "command -v" and will use the wrapped bin instead
of the external toolchain bin as they have the same name and command
will select the first result.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit a90eabf60255773231ed0259e5da5eb6a36fe9ce)
rules.mk