From 148bb04f8022ae1ea657d36ef04ff062bd023206 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 2 Sep 2003 22:03:51 +0000 Subject: Renaming /stage1 to /tools. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/glibc-inst.xml') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index da3431883..4b6d42abf 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -5,7 +5,7 @@ The Glibc build system is very well self-contained and will install perfectly, even though our compiler specs file and linker scripts are still -pointing at /stage1. We cannot adjust the specs and +pointing at /tools. We cannot adjust the specs and ldscripts before the Glibc install, because the Glibc autoconf tests would then give bogus results and thus defeat our goal of achieving a clean build. @@ -48,7 +48,7 @@ cause the pt_chown program to be installed in the --with-headers=/usr/include: This ensures that the kernel headers in /usr/include are used for this build. If you don't pass this switch then the headers from -/stage1/include are used which of course is not ideal +/tools/include are used which of course is not ideal (although they should be identical). Using the switch has the advantage that you will be informed immediately should you have forgotten to install the kernel headers into /usr/include. -- cgit v1.2.3-54-g00ecf