From 9da62ab0cd9dcd7f4cdec8348432c9ad13a126aa Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Thu, 19 Feb 2004 22:35:14 +0000 Subject: Small textual frobbings, and removing an unneeded {,share/}. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 4a168fac6..c64770b2a 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -359,13 +359,13 @@ file records the bad login attempts. Now that the new and final C libraries have been installed, it's time to adjust our toolchain again. We'll adjust it so that it will link any newly -compiled program against these new libraries. This is in fact the same we did -in the "Adjusting" phase in the beginning of the previous chapter, even though -it looks like the reverse: then we guided the chain from the host's -{,/usr}/lib to the new +compiled program against these new libraries. This is in fact the same thing we +did in the "Adjusting" phase in the beginning of the previous chapter, even +though it looks like the reverse: then we guided the chain from the host's +/{,usr/}lib to the new /tools/lib, now we guide it from that same /tools/lib -to the LFS's {,/usr}/lib. +to the LFS's /{,usr/}lib. First we adjust the linker. For this we retained the source and build directories from the second pass over Binutils. Install the @@ -380,7 +380,7 @@ source and build directories from the second pass in don't have access to them, don't worry, all is not lost. Just ignore the above command. The result will be that the next package, Binutils, will link against the C libraries in /tools rather -than {,/usr}/lib. This is not ideal, +than in /{,usr/}lib. This is not ideal, however, our testing has shown that the resulting Binutils program binaries should be identical. -- cgit v1.2.3-54-g00ecf