From 65bd9446245c6581f908770c9fb99ef27968e10d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 13 Mar 2018 21:11:14 +0100 Subject: nss: quite impossible to built, tons of SSE2 stuff drawn in, patches make situation worse done toolchain and glibc (gcc without ada for now) syslinux done linux: on the way to modularized kernel --- i486-stage3/glibc/DESCR | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 i486-stage3/glibc/DESCR (limited to 'i486-stage3/glibc/DESCR') diff --git a/i486-stage3/glibc/DESCR b/i486-stage3/glibc/DESCR new file mode 100644 index 0000000..55a3d0a --- /dev/null +++ b/i486-stage3/glibc/DESCR @@ -0,0 +1,10 @@ +# disable multilib, we are on 32-bit only +sed -i 's@--enable-multi-arch@--disable-multi-arch@g' PKGBUILD +sed -i "/makedepends=/s/lib32-gcc-libs//g" PKGBUILD +sed -i "/pkgname/s/lib32-glibc//g" PKGBUILD + +# change bug reporting +sed -i 's@https://bugs.archlinux.org/@https://bugs.archlinux32.org/@g' PKGBUILD + +# no gd for memory profiles +sed -i "/makedepends=/s/gd//" PKGBUILD -- cgit v1.2.3-54-g00ecf