From 94cb444490d189584869d6a42d442e847b75fb2d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 1 Feb 2002 19:23:54 +0000 Subject: instead of sed'ing the config.make file, create a configparms file with 'cross-compiling = no' as contents git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1524 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter06/glibc-inst.xml') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index fa01b0969..0e54cb85b 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -29,9 +29,7 @@ mkdir ../glibc-build && cd ../glibc-build && ../glibc-&glibc-version;/configure --prefix=/usr \    --enable-add-ons --libexecdir=/usr/bin && -cp config.make config.make.backup && -sed 's/cross-compiling = yes/cross-compiling = no/' \ -   config.make.backup > config.make && +echo "cross-compiling = no" > configparms && make && make install && make localedata/install-locales && -- cgit v1.2.3-54-g00ecf