From d65f176131b1b2eebd1483e9c7dee01b48ddf414 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 21:49:22 +0000 Subject: Removed cross-compiling=no hack git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'chapter06/glibc-inst.xml') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 8f1924dc7..14fb963c1 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -55,17 +55,6 @@ translation source files (the *.po files in the po subdirectory), which would require you to regenerate the binary files. -Because Glibc hasn't been installed yet, one of the tests that was -run by the configure script has failed. This test is supposed to test -gcc to determine whether a cross-compiler is installed. -However, Glibc needs to be already installed to run this test. Since the test -failed, the configure script assumes we have a cross-compiler. We override -that assumption by explicitly telling Glibc we're not cross-compiling. -Not doing this would have a couple of unintended side effects, -such as the timezone files not being installed. - -echo "cross-compiling = no" > configparms - Continue with compiling the package: make -- cgit v1.2.3-54-g00ecf