aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-07-17 12:29:26 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-07-17 12:31:11 +0200
commitf843586e7d836ddcfc9311ef8bacfbee10973553 (patch)
treefa96ee99fd992d83db536c3df9fc02af3fc869f0 /testing
parent3f5612ba1afd880c2dfe8ab4165d1712a57ff485 (diff)
downloadaports-f843586e7d836ddcfc9311ef8bacfbee10973553.tar.bz2
aports-f843586e7d836ddcfc9311ef8bacfbee10973553.tar.xz
testing/libcoro: CORO_ASM not supported on aarch64, use CORO_SJLJ
Diffstat (limited to 'testing')
-rw-r--r--testing/libcoro/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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