mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/libcoro: armhf build fix
arm assembly requires armv7 and we build for armv6, so we need to disable assembly for our armhf.
This commit is contained in:
parent
6942bcc91d
commit
10d4044893
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user