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)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 24 Jul 2022 17:53:43 +0000 (19:53 +0200)
commita90eabf60255773231ed0259e5da5eb6a36fe9ce
tree5d5a46a3916e8cd89aeeedc6ab0b6051366813a1
parent2555ffb4536e2727465e9a0d426ad3c4f1ef003a
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>
rules.mk