Author: gerard Date: 2009-05-24 11:49:53 -0600 (Sun, 24 May 2009) New Revision: 8916
Modified: trunk/BOOK/chapter05/toolchaintechnotes.xml Log: Changed TARGET_TRIPLET to LFS_TGT to match the contents of Chapter 4- Setting Up the Environment. Modified: trunk/BOOK/chapter05/toolchaintechnotes.xml =================================================================== --- trunk/BOOK/chapter05/toolchaintechnotes.xml 2009-05-24 17:39:47 UTC (rev 8915) +++ trunk/BOOK/chapter05/toolchaintechnotes.xml 2009-05-24 17:49:53 UTC (rev 8916) @@ -84,7 +84,7 @@ <para>Binutils installs its assembler and linker in two locations, <filename class="directory">/tools/bin</filename> and <filename - class="directory">/tools/$TARGET_TRIPLET/bin</filename>. The tools in one + class="directory">/tools/$LFS_TGT/bin</filename>. The tools in one location are hard linked to the other. An important facet of the linker is its library search order. Detailed information can be obtained from <command>ld</command> by passing it the <parameter>--verbose</parameter> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
