Commit c13be69a authored by Paul Sokolovsky's avatar Paul Sokolovsky

lib/libffi: Add libffi as a submodule.

This allows to build libffi from source together with micropython, and is
useful for cross-compilation. Support for this was already merged
previously, to use:

make libffi
make MICROPY_STANDALONE=1

(To both commands appropriate cross-compilition flags can be added).
parent 035a0a2b
......@@ -2,3 +2,6 @@
path = lib/axtls
url = https://github.com/pfalcon/axtls
branch = micropython
[submodule "lib/libffi"]
path = lib/libffi
url = https://github.com/atgreen/libffi
Subproject commit e9de7e35f2339598b16cbb375f9992643ed81209
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment