|
@@ -2,7 +2,7 @@ config BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS
|
|
bool
|
|
bool
|
|
default y
|
|
default y
|
|
depends on BR2_i386 || BR2_x86_64 || (BR2_arm && !BR2_ARM_CPU_ARMV7M) || \
|
|
depends on BR2_i386 || BR2_x86_64 || (BR2_arm && !BR2_ARM_CPU_ARMV7M) || \
|
|
- BR2_bfin || BR2_powerpc || BR2_sh4
|
|
|
|
|
|
+ BR2_bfin || BR2_powerpc
|
|
|
|
|
|
comment "xenomai needs an glibc or uClibc toolchain w/ threads"
|
|
comment "xenomai needs an glibc or uClibc toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL
|