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 /lib | |
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).
Diffstat (limited to 'lib')
m--------- | lib/libffi | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/libffi b/lib/libffi new file mode 160000 +Subproject e9de7e35f2339598b16cbb375f9992643ed8120 |