From f843586e7d836ddcfc9311ef8bacfbee10973553 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 17 Jul 2017 12:29:26 +0200 Subject: testing/libcoro: CORO_ASM not supported on aarch64, use CORO_SJLJ --- testing/libcoro/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/libcoro/APKBUILD b/testing/libcoro/APKBUILD index 84cc77402d..5a70d82734 100644 --- a/testing/libcoro/APKBUILD +++ b/testing/libcoro/APKBUILD @@ -44,7 +44,7 @@ build() { CFLAGS="-fPIC -pedantic -Wall" case "$CARCH" in - x86* | arm* | aarch64) CFLAGS="$CFLAGS -DCORO_ASM";; + x86* | arm*) CFLAGS="$CFLAGS -DCORO_ASM";; *) CFLAGS="$CFLAGS -DCORO_SJLJ";; esac -- cgit v1.2.3