From 60ba49128374e006d2b833b7f15d4eeb0735cccb Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 17 Feb 2018 14:28:59 -0600 Subject: system/binutils: disable check on PPC --- system/binutils/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/binutils') diff --git a/system/binutils/APKBUILD b/system/binutils/APKBUILD index 454a2bcca..bc6528c70 100644 --- a/system/binutils/APKBUILD +++ b/system/binutils/APKBUILD @@ -13,6 +13,8 @@ arch="all" license="GPL2 GPL3+ LGPL2 BSD" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" [ "${CARCH}" != "mips" ] && subpackages="$subpackages $pkgname-gold" +# non-PIC is unsupported by musl/ppc +[ "${CARCH}" == "ppc" ] && options='!check' source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2 binutils-ld-fix-static-linking.patch disable-gnu-mbind.patch -- cgit v1.2.3-60-g2f50