1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00

testing/micropython: enable build on ppc64le

This commit is contained in:
Roberto Oliveira 2017-12-28 20:27:32 +00:00
parent c0ecc96d78
commit 18a73ca629

View file

@ -7,7 +7,7 @@ pkgdesc="A lean and efficient Python implementation for MCUs and constrained sys
url="http://www.micropython.org/" url="http://www.micropython.org/"
# ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform # ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform
arch="x86 x86_64 armhf" arch="x86 x86_64 armhf ppc64le"
license="MIT" license="MIT"
depends="" depends=""