summaryrefslogtreecommitdiff
path: root/core/binutils
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-19 06:51:30 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-19 06:51:30 +0100
commit61baf11ffbc678854d924f87abee1a0ac000d16f (patch)
treebdb244d640861d1097f42a3844423e7b58f99bd9 /core/binutils
parentca893b2a532c1cc9f490353fad8ae95c9f9f8b09 (diff)
downloadpackages-61baf11ffbc678854d924f87abee1a0ac000d16f.tar.xz
core/binutils: reenabled testing and libiberty
Diffstat (limited to 'core/binutils')
-rw-r--r--core/binutils/PKGBUILD14
1 files changed, 0 insertions, 14 deletions
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