gcompat: add ppcle entry
This commit is contained in:
parent
744d981d66
commit
e27be211ed
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
x86_64-musl) _glibc="ld-linux-x86-64.so.2" _musl="ld-musl-x86_64.so.1";;
|
||||
ppc64le-musl) _glibc="ld64.so.2" _musl="ld-musl-powerpc64le.so.1";;
|
||||
ppc64-musl) _glibc="ld64.so.2" _musl="ld-musl-powerpc64.so.1";;
|
||||
ppcle-musl) _glibc="ld.so.1" _musl="ld-musl-powerpcle.so.1";;
|
||||
ppc-musl) _glibc="ld.so.1" _musl="ld-musl-powerpc.so.1";;
|
||||
*-musl) broken="Template does not yet recognize this arch, please fix";;
|
||||
*) broken="Only for musl libc";;
|
||||
|
|
Loading…
Reference in a new issue