diff options
author | Chris Packham <judge.packham@gmail.com> | 2015-09-24 11:43:50 +1200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-09-24 09:51:54 +0200 |
commit | 2391109a8027a138628d6fe902769def1086268e (patch) | |
tree | b37b47e8c7f796e880966427e50b855105cef4f9 /package/micropython/micropython.mk | |
parent | 4d061220ae85e8f4cae2ebc490f687385e40a677 (diff) | |
download | buildroot-2391109a8027a138628d6fe902769def1086268e.tar.gz buildroot-2391109a8027a138628d6fe902769def1086268e.zip |
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>
Diffstat (limited to 'package/micropython/micropython.mk')
0 files changed, 0 insertions, 0 deletions