summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/toolchain/toolchain.kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/toolchain/toolchain.kconfig b/core/toolchain/toolchain.kconfig
index b226c1d..534cb00 100644
--- a/core/toolchain/toolchain.kconfig
+++ b/core/toolchain/toolchain.kconfig
@@ -123,7 +123,7 @@ choice
config EMBTK_CLIB_MUSL
bool "musl"
- depends on EMBTK_TARGET_ARCH_32BITS
+ depends on (EMBTK_TARGET_ARCH_32BITS && EMBTK_GCC_VERSION_4_8_X)
help
musl is a new general-purpose implementation of the C library.
It is lightweight, fast, simple, free, and aims to be correct