diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-28 16:48:44 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-28 16:48:44 +0000 |
commit | 97af73804ecc5887e0b2784e9df903527c5f91e9 (patch) | |
tree | cc8bd6bc03a5b99ec109a961b04adb4ff0ad064d | |
parent | 77d2a88286121166326abf430525d16ae5a09518 (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11799 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 9c2c51dab..d209cd44f 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -84,7 +84,7 @@ done</userinput></screen> <para>In case the above seems hard to follow, let's break it down a bit. First we copy the files <filename>gcc/config/linux.h</filename>, <filename>gcc/config/i386/linux.h</filename>, and - <filename>gcc/config/i368/linux64.h</filename> to a file of + <filename>gcc/config/i386/linux64.h</filename> to a file of the same name but with an added suffix of <quote>.orig</quote>. Then the first sed expression prepends <quote>/tools</quote> to every instance of <quote>/lib/ld</quote>, <quote>/lib64/ld</quote> or |