summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/binutils/APKBUILD2
1 files changed, 2 insertions, 0 deletions
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