kumquat-buildroot/package/micropython
Chris Packham 2391109a80 micropython: Disable for Blackfin
There are two problems building micropython for Blackfin. The first is
some printf format specifier warnings/errors that seem to be triggered
only for that architecture/compiler. This could be worked around by
specifying CFLAGS=-Wno-error=format.

The second problem is that libffi doesn't provide the closure
implementation on Blackfin. There is no known workaround for this issue.

For now disable micropython on Blackfin.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-09-24 09:51:54 +02:00
..
0001-fix-version.patch
Config.in micropython: Disable for Blackfin 2015-09-24 09:51:54 +02:00
micropython.mk micropython: Invert fallback detection logic 2015-09-24 09:51:20 +02:00