summaryrefslogtreecommitdiff
path: root/core/toolchain/toolchain.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain/toolchain.kconfig')
-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 94f4e21..0d3f4ad 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 && EMBTK_GCC_VERSION_4_8_X)
+ depends on EMBTK_TARGET_ARCH_32BITS && (EMBTK_GCC_VERSION_4_8_X || EMBTK_GCC_VERSION_4_9_X)
help
musl is a new general-purpose implementation of the C library.
It is lightweight, fast, simple, free, and aims to be correct