From b18629d4dac092f1f424f9b804b5523aa62f3aa9 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 13 Jul 2019 17:04:05 -0300 Subject: testing/micropython: limit on ppc64le CC ../py/obj.c CC ../py/objarray.c ../py/nativeglue.c:226:5: error: 'nlr_push' undeclared here (not in a function); did you mean 'nlr_jump'? nlr_push, ^~~~~~~~ nlr_jump --- testing/micropython/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/micropython') diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD index d8873f04f3..b85dcd9538 100644 --- a/testing/micropython/APKBUILD +++ b/testing/micropython/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A lean and efficient Python implementation for MCUs and constrained sys url="https://www.micropython.org/" # ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform -arch="all !s390x !x86 !armv7" +arch="all !s390x !x86 !armv7 !ppc64le" license="MIT" makedepends="libffi-dev python3" -- cgit v1.2.3