xref: /OK3568_Linux_fs/buildroot/package/mono/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
2*4882a593Smuzhiyun	bool
3*4882a593Smuzhiyun	default y if BR2_HOSTARCH = "x86_64"
4*4882a593Smuzhiyun	default y if BR2_HOSTARCH = "x86"
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig BR2_PACKAGE_MONO_ARCH_SUPPORTS
7*4882a593Smuzhiyun	bool
8*4882a593Smuzhiyun	default y if (BR2_arm || BR2_armeb || BR2_i386 || \
9*4882a593Smuzhiyun		      BR2_powerpc || BR2_x86_64)
10*4882a593Smuzhiyun	depends on BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
11*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunconfig BR2_PACKAGE_MONO
14*4882a593Smuzhiyun	bool "mono"
15*4882a593Smuzhiyun	depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS
16*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
17*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
18*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
19*4882a593Smuzhiyun	select BR2_PACKAGE_LIBATOMIC_OPS
20*4882a593Smuzhiyun	help
21*4882a593Smuzhiyun	  An open source, cross-platform, implementation of C#
22*4882a593Smuzhiyun	  and the CLR that is binary compatible with Microsoft.NET.
23*4882a593Smuzhiyun
24*4882a593Smuzhiyun	  http://download.mono-project.com/sources/mono/
25*4882a593Smuzhiyun
26*4882a593Smuzhiyuncomment "mono needs a toolchain w/ C++, threads, dynamic library"
27*4882a593Smuzhiyun	depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS
28*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || \
29*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
30