From d38ac3a291c8ba50a9097bf0e8815f741b8a3ba4 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Thu, 26 Apr 2012 19:34:20 +0000 Subject: Fix issues from the merge of the jh branch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/adjusting.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'chapter06') diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index 695a6d684..1a58b1dbb 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -5,22 +5,14 @@ %general-entities; ]> - - + + - Re-adjusting the Toolchain + Adjusting the Toolchain Now that the final C libraries have been installed, it is time to adjust - the toolchain again. The toolchain will be adjusted so that it will link any - newly compiled program against these new libraries. This is a similar process - used in the Adjusting phase in the beginning of , but with the adjustments reversed. In , the chain was guided from the host's - /{,usr/}lib directories to the new - /tools/lib directory. Now, the chain will - be guided from that same /tools/lib - directory to the LFS /{,usr/}lib - directories. + the toolchain so that it will link any + newly compiled program against these new libraries. First, backup the /tools linker, and replace it with the adjusted linker we made in chapter 5. We'll also create -- cgit v1.2.3-54-g00ecf