diff options
-rw-r--r-- | system/libucontext/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libucontext/APKBUILD b/system/libucontext/APKBUILD index c6474a941..90b19abe9 100644 --- a/system/libucontext/APKBUILD +++ b/system/libucontext/APKBUILD @@ -15,6 +15,7 @@ builddir="$srcdir/libucontext-$pkgver" case "$CTARGET_ARCH" in armhf) LIBUCONTEXT_ARCH="arm" ;; ppc64le) LIBUCONTEXT_ARCH="ppc64" ;; +pmmx) LIBUCONTEXT_ARCH="x86" ;; *) LIBUCONTEXT_ARCH="$CTARGET_ARCH" ;; esac |