polyml: only works on ppc64le/glibc
This commit is contained in:
parent
7db935f6ed
commit
1566863159
1 changed files with 3 additions and 1 deletions
|
@ -24,8 +24,10 @@ distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf
|
checksum=6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
# broken on musl and big endian ppc
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*-musl) broken="Segmentation Fault";;
|
ppc64le) ;;
|
||||||
|
ppc*) broken="Segmentation Fault";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Since this is a compiler, no -devel package.
|
# Since this is a compiler, no -devel package.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue