Commit 229824f4 authored by Maxime Ripard's avatar Maxime Ripard Committed by Peter Korsgaard
Browse files

python3: uses fork(), only available on MMU platforms

parent 7e8881e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON3
	bool "python3"
	depends on BR2_USE_WCHAR
	# uses fork()
	depends on BR2_USE_MMU
	select BR2_PACKAGE_LIBFFI
	help
	  The python language interpreter.