From 10d40448932ff8ee8bf3283266e2d2dd1754c83f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 18 Jul 2017 07:31:50 +0000 Subject: testing/libcoro: armhf build fix arm assembly requires armv7 and we build for armv6, so we need to disable assembly for our armhf. --- testing/libcoro/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/libcoro/APKBUILD b/testing/libcoro/APKBUILD index 5a70d82734..1370449f6a 100644 --- a/testing/libcoro/APKBUILD +++ b/testing/libcoro/APKBUILD @@ -44,7 +44,7 @@ build() { CFLAGS="-fPIC -pedantic -Wall" case "$CARCH" in - x86* | arm*) CFLAGS="$CFLAGS -DCORO_ASM";; + x86* | armv7*) CFLAGS="$CFLAGS -DCORO_ASM";; *) CFLAGS="$CFLAGS -DCORO_SJLJ";; esac -- cgit v1.2.3