unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option.

Avoid using system libraries, use copies bundled with MicroPython as
submodules (currently affects only libffi, other dependencies either
already used as bundled-only (axtls), or can't be bundled (so far),
like libjni).
pull/2123/head
Paul Sokolovsky 2016-05-28 20:38:14 +03:00
rodzic cbe544a76d
commit 6055d411a9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -26,3 +26,7 @@ MICROPY_PY_USSL = 1
# jni module requires JVM/JNI
MICROPY_PY_JNI = 0
# Avoid using system libraries, use copies bundled with MicroPython
# as submodules (currently affects only libffi).
MICROPY_STANDALONE = 0