diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2009-05-24 17:49:53 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2009-05-24 17:49:53 +0000 |
commit | a094de302766026951668572a1c7ad5b6e35b49a (patch) | |
tree | 2f9c141aa59726bff998ffc60281f7d9a48e2c41 /chapter05 | |
parent | 6d9da8eb76bd3d9daa260062587f4baed1b7c81c (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 60e1f10ff..ba5a18b7d 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -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> |