From 82f6ae82470ae56ca21b65bb09f368c5635f68a6 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 20 May 2022 21:21:10 +0000 Subject: system/binutils: disable tests on armv7. see #209, #668. --- system/binutils/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system/binutils/APKBUILD') diff --git a/system/binutils/APKBUILD b/system/binutils/APKBUILD index fc6113836..4c3bb4621 100644 --- a/system/binutils/APKBUILD +++ b/system/binutils/APKBUILD @@ -5,8 +5,10 @@ pkgrel=5 pkgdesc="Tools necessary to build programs" url="https://www.gnu.org/software/binutils/" arch="all" -# non-PIC is unsupported by musl/ppc -[ "${CARCH}" != "ppc" ] || options='!check' +case "${CARCH}" in + armv7) options="${options} !check"; ;; #209, #668 + ppc) options="${options} !check"; ;; # non-PIC is unsupported by musl/ppc +esac license="GPL-2.0+ AND GPL-3.0+ AND LGPL-2.0+ AND LGPL-2.1+ AND LGPL-3.0+ AND BSD-3-Clause" depends="" makedepends_build="byacc flex texinfo" -- cgit v1.2.3-60-g2f50