Skip to content
Snippets Groups Projects
Verified Commit 4b94bc37 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/libucontext: fix build on ARMv7

parent 8eb8ae69
No related branches found
No related tags found
No related merge requests found
......@@ -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" ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment