libfirm: also broken on 32-bit ppc
This commit is contained in:
parent
4ea57adcd2
commit
7321964233
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ distfiles="https://github.com/MatzeB/${pkgname}/archive/${pkgname}-${version}.ta
|
|||
checksum=2e681db62610a41394f1aa3a62583acff8a67cea138354be6b3d2d8d390665c3
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*|ppc64*) broken="Unsupported long double format" ;;
|
||||
aarch64*|ppc*) broken="Unsupported long double format" ;;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in a new issue