summaryrefslogtreecommitdiff
path: root/core/toolchain
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-31 23:48:15 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-31 23:48:15 +0100
commit771649f1e89345159009729f99ea79d5f1daf4ab (patch)
tree574dcdac8adef959b77812606df76fb8cd6aa122 /core/toolchain
parent825e95335d51b22462960da654275c9377068aed (diff)
downloadembtoolkit-771649f1e89345159009729f99ea79d5f1daf4ab.tar.gz
embtoolkit-771649f1e89345159009729f99ea79d5f1daf4ab.tar.bz2
embtoolkit-771649f1e89345159009729f99ea79d5f1daf4ab.tar.xz
Toolchain: install find utils when mac os X is used as host development machine
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain')
-rw-r--r--core/toolchain/common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/toolchain/common.mk b/core/toolchain/common.mk
index fd27257..59a72e0 100644
--- a/core/toolchain/common.mk
+++ b/core/toolchain/common.mk
@@ -53,6 +53,9 @@ EMBTK_TOOLCHAIN_PREDEPS-y += pkgconf_host_install
ifeq ($(embtk_buildhost_os_type),bsd)
EMBTK_TOOLCHAIN_PREDEPS-y += gsed_host_install gmake_host_install
endif
+ifeq ($(embtk_buildhost_os),macos)
+EMBTK_TOOLCHAIN_PREDEPS-y += findutils_host_install
+endif
#
# Toolchain macros evaluating if core and addons need to be built