From 61baf11ffbc678854d924f87abee1a0ac000d16f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 19 Feb 2022 06:51:30 +0100 Subject: core/binutils: reenabled testing and libiberty --- core/binutils/PKGBUILD | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'core') diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index c0177c21..cb50cb61 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -77,17 +77,3 @@ eval "$( s/ check/ check || true/ ' )" - -# solve hen and egg issues around libiberty conflicts -# (they are part of gcc at the moment, after breaking the -# cycle we must readd them!) -eval "$( - declare -f package | \ - sed ' - /rm.*opcodes/ a \ - rm -rf "$pkgdir"/usr/include/libiberty \ - rm -rf "$pkgdir"/usr/lib/libiberty.a - ' -)" -# no testing for now -unset check -- cgit v1.2.3-54-g00ecf