Loading
+4 −0
Original line number Diff line number Diff line
comment "erlang needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_ERLANG
	bool "erlang"
	depends on BR2_USE_MMU # fork()
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  Erlang is a programming language used to build massively scalable
	  soft real-time systems with requirements on high availability.