diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-15 00:46:39 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-17 15:52:35 +0300 |
commit | c13be69a8e5c453d9eb59cea070c355964a5b09e (patch) | |
tree | d3a452c8cde219f387c9e8e37affc3f46719f661 | |
parent | 035a0a2b6e5e3e6908927d3627887fbd581b7469 (diff) | |
download | micropython-c13be69a8e5c453d9eb59cea070c355964a5b09e.tar.gz micropython-c13be69a8e5c453d9eb59cea070c355964a5b09e.zip |
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).
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/libffi | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 46644cc883..f12681b6b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/lib/libffi b/lib/libffi new file mode 160000 +Subproject e9de7e35f2339598b16cbb375f9992643ed8120 |