summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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