diff options
Diffstat (limited to 'chapter06/adjusting.xml')
-rw-r--r-- | chapter06/adjusting.xml | 18 |
1 files changed, 5 insertions, 13 deletions
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; ]> -<sect1 id="ch-system-readjusting"> - <?dbhtml filename="readjusting.html"?> +<sect1 id="ch-system-adjusting"> + <?dbhtml filename="adjusting.html"?> - <title>Re-adjusting the Toolchain</title> + <title>Adjusting the Toolchain</title> <para>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 <quote>Adjusting</quote> phase in the beginning of <xref - linkend="chapter-temporary-tools"/>, but with the adjustments reversed. In <xref - linkend="chapter-temporary-tools"/>, the chain was guided from the host's - <filename class="directory">/{,usr/}lib</filename> directories to the new - <filename class="directory">/tools/lib</filename> directory. Now, the chain will - be guided from that same <filename class="directory">/tools/lib</filename> - directory to the LFS <filename class="directory">/{,usr/}lib</filename> - directories.</para> + the toolchain so that it will link any + newly compiled program against these new libraries.</para> <para>First, backup the <filename class="directory">/tools</filename> linker, and replace it with the adjusted linker we made in chapter 5. We'll also create |