aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2020-01-18 16:49:12 +0100
committerHelmut Grohne <helmut@subdivi.de>2020-01-18 16:49:12 +0100
commitdf4ee4f8ec912fb0b7538c097238076d36646695 (patch)
tree104a80405a0867db02de8a3cbc759d1b8e5cce0a
parent47d285dae8fe71bf34474a3d85ce52695676cd6e (diff)
drop support for long-removed optimized libc packages
-rwxr-xr-xbootstrap.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 654fd4e..fac96fb 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -2323,8 +2323,6 @@ else
else
for pkg in libc[0-9]*.deb; do
# dpkg-cross cannot handle these
- test "${pkg%%_*}" = "libc6-i686" && continue
- test "${pkg%%_*}" = "libc6-loongson2f" && continue
test "${pkg%%_*}" = "libc6-xen" && continue
test "${pkg%%_*}" = "libc6.1-alphaev67" && continue
drop_privs dpkg-cross -M -a "$HOST_ARCH" -X tzdata -X libc-bin -X libc-dev-bin -X multiarch-support -b "$pkg"