mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
libucontext: use proper arch for targeting ppc64
This commit is contained in:
parent
ad7ee78d67
commit
46b9032afe
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ checksum=da530b2f4469f9adcef678b9c1bf07f2a66ea922251d9bcf13b691f09a08883e
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
arm*) export LIBUCONTEXT_ARCH="arm";;
|
arm*) export LIBUCONTEXT_ARCH="arm";;
|
||||||
i686*) export LIBUCONTEXT_ARCH="x86";;
|
i686*) export LIBUCONTEXT_ARCH="x86";;
|
||||||
|
ppc64*) export LIBUCONTEXT_ARCH="ppc64";;
|
||||||
*) export LIBUCONTEXT_ARCH="${XBPS_TARGET_MACHINE%%-musl}";;
|
*) export LIBUCONTEXT_ARCH="${XBPS_TARGET_MACHINE%%-musl}";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue