Author: manuel Date: 2005-05-28 05:45:18 -0600 (Sat, 28 May 2005) New Revision: 5486
Modified: branches/cross-lfs/BOOK/final-system/x86/adjusting.xml Log: Indented x86/adjusting.xml Modified: branches/cross-lfs/BOOK/final-system/x86/adjusting.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/x86/adjusting.xml 2005-05-28 11:42:07 UTC (rev 5485) +++ branches/cross-lfs/BOOK/final-system/x86/adjusting.xml 2005-05-28 11:45:18 UTC (rev 5486) @@ -1,28 +1,32 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; ]> + <sect1 id="ch-system-adjusting"> -<title>Adjusting the Toolchain</title> -<?dbhtml filename="adjusting.html"?> + <?dbhtml filename="adjusting.html"?> -<para>Now we amend the GCC specs file so that it points to the new -dynamic linker. A perl command accomplishes this:</para> + <title>Adjusting the Toolchain</title> -<warning><para><emphasis>Do not</emphasis> run the following command -more than once, it will adversely affect the outcome of software built -after this step.</para></warning> + <para>Now we amend the GCC specs file so that it points to the new + dynamic linker. A <command>perl</command> command accomplishes this:</para> + <warning> + <para><emphasis>Do not</emphasis> run the following command more than + once, it will adversely affect the outcome of software built after + this step.</para> + </warning> + <screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/[EMAIL PROTECTED];' \ -e '[EMAIL PROTECTED]:[EMAIL PROTECTED]/usr/lib/ @g;' \ `gcc --print-file specs`</userinput></screen> -<para>It is a good idea to visually inspect the specs file to verify the intended -change was actually made.</para> + <para>It is a good idea to visually inspect the specs file to verify the + intended change was actually made.</para> -<para>Note that <filename class="directory">/lib</filename> is now -the prefix of our dynamic linker.</para> + <para>Note that <filename class="directory">/lib</filename> is now + the prefix of our dynamic linker.</para> </sect1> - -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
