From 88d8a775066ea4d80fa5fcc140a70c95489a1274 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Feb 2018 09:41:18 +0100 Subject: added glibc --- README | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'README') diff --git a/README b/README index 6f7c323..f6f952b 100644 --- a/README +++ b/README @@ -166,7 +166,6 @@ su cross ./create_cdrom.sh # basic packages PACKAGES=" \ -glibc \ # TODO: iputils is for ping only, a little bit too many packages for # that. sysfsutils libidn nettle iputils" @@ -215,28 +214,6 @@ sed -i 's@./configure@./configure --host=i486-unknown-linux-gnu --build=x86_64-p -# glibc -sed -i 's@/configure"@/configure" --host=i486-unknown-linux-gnu --build=x86_64-pc-linux-gnu@g' PKGBUILD -# change bug reporting -sed -i 's@https://bugs.archlinux.org/@https://bugs.archlinux32.org/@g' PKGBUILD -# disable multilib, we are on 32-bit only -sed -i 's@--enable-multi-arch@--disable-multi-arch@g' PKGBUILD -# git for release checkouts, a bad idea IMHO, current git+https is commented out in trunk anyway -sed -i "/makedepends/s/git//g" PKGBUILD -# gd for memory profiles, no please -sed -i "/makedepends/s/gd//g" PKGBUILD -cat ~/packages32/core/glibc/PKGBUILD >> PKGBUILD -sed -i "/makedepends/s/lib32-gcc-libs//g" PKGBUILD -sed -i "/pkgname/s/lib32-glibc//g" PKGBUILD - - - - - - - - - # libidn -- cgit v1.2.3-54-g00ecf