mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
python3: uses fork(), only available on MMU platforms
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
7e8881e151
commit
229824f475
@@ -1,6 +1,8 @@
|
|||||||
config BR2_PACKAGE_PYTHON3
|
config BR2_PACKAGE_PYTHON3
|
||||||
bool "python3"
|
bool "python3"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
# uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
select BR2_PACKAGE_LIBFFI
|
select BR2_PACKAGE_LIBFFI
|
||||||
help
|
help
|
||||||
The python language interpreter.
|
The python language interpreter.
|
||||||
|
|||||||
Reference in New Issue
Block a user