Skip to content

Commit c13be69

Browse files
committed
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).
1 parent 035a0a2 commit c13be69

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
path = lib/axtls
33
url = https://github.com/pfalcon/axtls
44
branch = micropython
5+
[submodule "lib/libffi"]
6+
path = lib/libffi
7+
url = https://github.com/atgreen/libffi

lib/libffi

Submodule libffi added at e9de7e3

0 commit comments

Comments
 (0)