summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/toolchain.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 447bd9a..3605486 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -144,11 +144,11 @@ AUTOTOOLS_INSTALL += automake_install
# GNU sed
include mk/gsed.mk
-__toolchain_gsed-y := $(if $(findstring freebsd,$(embtk_buildhost_os)),gsed_install)
+__toolchain_gsed-y := $(if $(findstring bsd,$(embtk_buildhost_os_type)),gsed_install)
# GNU make
include mk/gmake.mk
-__toolchain_gmake-y := $(if $(findstring freebsd,$(embtk_buildhost_os)),gmake_install)
+__toolchain_gmake-y := $(if $(findstring bsd,$(embtk_buildhost_os_type)),gmake_install)
# Toolchain internals
__xtools_compiler-$(CONFIG_EMBTK_LLVM_ONLY_TOOLCHAIN) := clangllvm-$(LLVM_VERSION)