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).
pull/1512/merge
Paul Sokolovsky 2015-10-15 00:46:39 +03:00
rodzic 035a0a2b6e
commit c13be69a8e
2 zmienionych plików z 4 dodań i 0 usunięć

3
.gitmodules vendored
Wyświetl plik

@ -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

1
lib/libffi 160000

@ -0,0 +1 @@
Subproject commit e9de7e35f2339598b16cbb375f9992643ed81209