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).
This commit is contained in:
parent
035a0a2b6e
commit
c13be69a8e
|
@ -2,3 +2,6 @@
|
||||||
path = lib/axtls
|
path = lib/axtls
|
||||||
url = https://github.com/pfalcon/axtls
|
url = https://github.com/pfalcon/axtls
|
||||||
branch = micropython
|
branch = micropython
|
||||||
|
[submodule "lib/libffi"]
|
||||||
|
path = lib/libffi
|
||||||
|
url = https://github.com/atgreen/libffi
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e9de7e35f2339598b16cbb375f9992643ed81209
|
Loading…
Reference in New Issue