diff options
Diffstat (limited to 'package/xenomai/Config.in')
-rw-r--r-- | package/xenomai/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/xenomai/Config.in b/package/xenomai/Config.in index 3de7bde092..32c5124ef5 100644 --- a/package/xenomai/Config.in +++ b/package/xenomai/Config.in @@ -4,14 +4,16 @@ config BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS depends on BR2_i386 || BR2_x86_64 || (BR2_arm && !BR2_ARM_CPU_ARMV7M) || \ BR2_bfin || BR2_powerpc || BR2_sh4 -comment "xenomai needs a toolchain w/ threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS +comment "xenomai needs an glibc or uClibc toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL depends on BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS config BR2_PACKAGE_XENOMAI bool "Xenomai Userspace" depends on BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS + # uses <error.h>, __WORDSIZE and bits/local_lim.h + depends on !BR2_TOOLCHAIN_USES_MUSL help Real-Time Framework for Linux http://www.xenomai.org |