summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/libucontext/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libucontext/APKBUILD b/system/libucontext/APKBUILD
index 81990e112..534e6b137 100644
--- a/system/libucontext/APKBUILD
+++ b/system/libucontext/APKBUILD
@@ -11,7 +11,7 @@ subpackages="$pkgname-dev"
source="https://distfiles.adelielinux.org/source/libucontext/libucontext-$pkgver.tar.xz"
case "$CTARGET_ARCH" in
-armhf) LIBUCONTEXT_ARCH="arm" ;;
+arm*) LIBUCONTEXT_ARCH="arm" ;;
ppc64le) LIBUCONTEXT_ARCH="ppc64" ;;
pmmx) LIBUCONTEXT_ARCH="x86" ;;
*) LIBUCONTEXT_ARCH="$CTARGET_ARCH" ;;