Browse Source

Changed TARGET_TRIPLET to LFS_TGT to match the contents of Chapter 4- Setting Up the Environment.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 16 years ago
parent
commit
a094de3027
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter05/toolchaintechnotes.xml

+ 1 - 1
chapter05/toolchaintechnotes.xml

@@ -84,7 +84,7 @@
 
 
   <para>Binutils installs its assembler and linker in two locations,
   <para>Binutils installs its assembler and linker in two locations,
   <filename class="directory">/tools/bin</filename> and <filename
   <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
   location are hard linked to the other. An important facet of the linker is
   its library search order. Detailed information can be obtained from
   its library search order. Detailed information can be obtained from
   <command>ld</command> by passing it the <parameter>--verbose</parameter>
   <command>ld</command> by passing it the <parameter>--verbose</parameter>