From 087e584f625ded123c5e6bc17d5c2ff1f5a8009c Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 31 Aug 2003 10:50:05 +0000 Subject: Small retouches of the text. Wrapping 'last checked' in parentheses. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1-inst.xml | 13 +++++++------ chapter05/gcc-pass1-inst.xml | 4 ++-- chapter05/glibc-inst.xml | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'chapter05') diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index cbf393942..53c37be56 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -24,7 +24,7 @@ cd ../binutils-build ../binutils-&binutils-version;/configure \     --prefix=/stage1 --disable-nls -The meaning of the configure switches is: +The meaning of the configure switches: --prefix=/stage1: This tells the @@ -41,7 +41,7 @@ when linking statically. make configure-host make LDFLAGS="-all-static" -The meaning of the make option is: +The meaning of the make option: LDFLAGS="-all-static": This tells @@ -53,14 +53,15 @@ statically. make install -Now already prepare the linker for the "locking in" of -glibc later on: +Now already prepare the linker for the "locking in" of Glibc later +on: make -C ld clean make -C ld LIB_PATH=/stage1/lib -Do not yet remove the binutils-* directories. -We will need them again a bit further on in this chapter. +Do not yet remove the Binutils build and source +directories. You will need them again in their current state a bit further on +in this chapter. diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index 737cfba96..37cf4836e 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -25,7 +25,7 @@ cd ../gcc-build     --disable-nls --enable-shared \     --enable-languages=c -The meaning of the new configure options is: +The meaning of the new configure options: --with-local-prefix=/stage1: The @@ -52,7 +52,7 @@ have downloaded and unpacked the full GCC tarball. make BOOT_LDFLAGS="-static" bootstrap -The meaning of the make parameters is: +The meaning of the make parameters: BOOT_LDFLAGS="-static": This tells diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index d55c99ca7..6e57b51d5 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -44,7 +44,7 @@ cd ../glibc-build     --with-binutils=/stage1/bin \     --without-gd -The meaning of the new configure options is: +The meaning of the new configure options: --disable-profile: This disables the -- cgit v1.2.3-54-g00ecf