aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2017-03-11 05:48:22 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2017-03-11 05:48:22 +0000
commita05450f636226f4e5d4ec45af6c05366b3be8373 (patch)
treeda604d049646ae3a953f8897c90abfbaccec4cce /chapter05/gcc-pass1.xml
parentac116469f2b9810cc8f615065687e863ed769190 (diff)
Fix description of commands in gcc pass1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index e7b324e19..aa3632481 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -82,10 +82,9 @@ do
done</userinput></screen>
<para>In case the above seems hard to follow, let's break it down a bit.
- First we find all the files under the <filename
- class="directory">gcc/config</filename> directory that are named either
- <filename>linux.h</filename>, <filename>linux64.h</filename> or
- <filename>sysv4.h</filename>. For each file found, we copy it to a file of
+ 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
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