1 config BR2_PACKAGE_MONO_ARCH_SUPPORTS
3 default y if (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
4 BR2_mipsel || BR2_powerpc || BR2_x86_64)
6 config BR2_PACKAGE_MONO
8 depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS
9 depends on BR2_TOOLCHAIN_HAS_THREADS
10 depends on !BR2_STATIC_LIBS
12 An open source, cross-platform, implementation of C#
13 and the CLR that is binary compatible with Microsoft.NET.
15 http://download.mono-project.com/sources/mono/
17 comment "mono needs a toolchain w/ threads, dynamic library"
18 depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS
19 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS