aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r--chapter06/glibc-inst.xml4
1 files changed, 1 insertions, 3 deletions
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 &&