4445f4b010ab78e295f5197fa7dd90cdcfc6cd4f
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mono / Config.in
1 config BR2_PACKAGE_MONO_ARCH_SUPPORTS
2         bool
3         default y if (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
4                       BR2_mipsel || BR2_powerpc || BR2_sparc || BR2_x86_64)
5
6 config BR2_PACKAGE_MONO
7         bool "mono"
8         depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         help
11           An open source, cross-platform, implementation of C#
12           and the CLR that is binary compatible with Microsoft.NET.
13
14           http://download.mono-project.com/sources/mono/
15
16 comment "mono needs a toolchain w/ threads"
17         depends on !BR2_TOOLCHAIN_HAS_THREADS